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

3
lib2/support/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .logger import get_logger
logger = get_logger()