1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-04 19:40:02 +03:00
EDMarketConnector/constants.py

16 lines
407 B
Python

"""
All constants for the application.
This file should contain all constants that the application uses, but that
means migrating the existing ones, so for now it's only the ones that we've
found necessary to move out of other files.
"""
# config.py
appname = 'EDMarketConnector'
applongname = 'E:D Market Connector'
GITVERSION_FILE = '.gitversion'
# protocol.py
protocolhandler_redirect = 'edmc://auth'