first version

This commit is contained in:
2023-06-29 18:14:48 +02:00
parent d5c76ee26c
commit 33561355f0
6 changed files with 376 additions and 0 deletions

5
utils/__init__.py Normal file
View File

@ -0,0 +1,5 @@
from .cprint import cprint
from .json_load import json_load