Arthur-Wu commit
This commit is contained in:
8
configs/globalObj.py
Normal file
8
configs/globalObj.py
Normal 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!")
|
Reference in New Issue
Block a user