1
0
Fork 0
mirror of synced 2024-06-21 00:11:10 -04:00
dotbot/dotbot/messenger/level.py
Anish Athalye 81d4a434ef Drop support for Python 2 and Python < 3.6
This patch also deletes all of the compatibility code that we no longer
need.
2023-09-09 20:57:01 -04:00

8 lines
106 B
Python

class Level:
NOTSET = 0
DEBUG = 10
LOWINFO = 15
INFO = 20
WARNING = 30
ERROR = 40