init
This commit is contained in:
6
utils/log.py
Normal file
6
utils/log.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import logging
|
||||
|
||||
|
||||
class Logger:
|
||||
def __init__(self, name):
|
||||
self.logger = logging.getLogger(name)
|
||||
Reference in New Issue
Block a user