7 lines
87 B
Python
7 lines
87 B
Python
"""Constants for aiontfy."""
|
|
|
|
__version__ = "0.5.4"
|
|
|
|
MIN_PRIORITY = 1
|
|
MAX_PRIORITY = 5
|