first commit

This commit is contained in:
2022-04-21 19:23:01 +09:00
commit cfd562fd13
152 changed files with 54937 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
#########################################################
import sys
args = None
def process_args():
from gommi import process_args
args = process_args()
return args
if sys.argv[0] == "gommi.py":
args = process_args()
else:
args = None