Borttagen, ersatt av fil med annat namn (enums.py)
This commit is contained in:
@@ -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'
|
|
||||||
Reference in New Issue
Block a user