""" 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'