5 lines
98 B
Python
Raw Normal View History

from typing import Final
__version__: Final[str] = '1.2.2'
__database_version__: Final[int] = 15