Borttagen, ersatt av fil med annat namn (enums.py)

This commit is contained in:
2024-08-04 23:40:42 +02:00
parent c0b97871e7
commit 9e86617ae9
-10
View File
@@ -1,10 +0,0 @@
# Some useful constants to be used in the code
from enum import Enum
class LogLevel(Enum):
DEBUG = 'DEBUG'
INFO = 'INFO'
WARNING = 'WARNING'
ERROR = 'ERROR'
CRITICAL = 'CRITICAL'