one-logger
All checks were successful
Deploy to core / deploy (push) Successful in 1m24s

This commit is contained in:
2024-02-20 19:19:46 +03:00
parent 822815fdac
commit 183755e637
13 changed files with 14 additions and 47 deletions

View File

@@ -38,3 +38,5 @@ def get_colorful_logger(name='root'):
logger.addHandler(stream)
return logger
root_logger = get_colorful_logger()