Arthur-Wu commit

This commit is contained in:
ieemoo
2024-11-11 17:16:31 +08:00
parent 0550884b67
commit fd92879ff1
36 changed files with 1505 additions and 8 deletions

8
configs/globalObj.py Normal file
View File

@ -0,0 +1,8 @@
# !/usr/bin/python
# -*- coding: utf-8 -*-
from commons.Logger import Singleton
from commons.Common import Common as c
ReturnFolder = c().return_folder()
LOGGER = Singleton(ReturnFolder).logging
LOGGER.info("---hello world!")