4 lines
95 B
Python
4 lines
95 B
Python
APP_NAME = "A1 Swap Mod Packer"
|
|
__version__ = "0.4.0"
|
|
APP_TITLE = f"{APP_NAME} v{__version__}"
|