feat: added a log info

This commit is contained in:
RTAkland
2021-12-18 17:03:36 +08:00
parent 76e448ffa5
commit 33bf556ed2
3 changed files with 7 additions and 1 deletions

View File

@@ -4,3 +4,7 @@
# @Development Tool: PyCharm
# @Create Time: 2021/11/7
# @File Name: __init__.py.py
from core.logger import Logger
Logger.info('Be imported')