feat: __init__.py

This commit is contained in:
RTAkland
2021-12-15 21:46:09 +08:00
parent cfc75d5c13
commit ce30d6ef75
3 files changed
+14 -1

No files matched your search

+1
View File
@@ -12,6 +12,7 @@ Check the configuration file
import sys import sys
from ruamel.yaml import YAML from ruamel.yaml import YAML
from core.logger import Logger from core.logger import Logger
from core.language import Language
with open('./config.yml', 'r') as f: with open('./config.yml', 'r') as f:
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/12/15
# @File Name: language.py
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2021/12/15
# @File Name: tes.py