Files
2025-08-21 17:40:48 +01:00

7 lines
87 B
Python

"""Constants for aiontfy."""
__version__ = "0.5.4"
MIN_PRIORITY = 1
MAX_PRIORITY = 5