""" Application configuration and metadata. Contains version information and other application-level constants that are managed by developers, not stored in the database. """ # Application metadata APP_NAME = 'SneakyScanner' APP_VERSION = '1.0.0-alpha' # Repository URL REPO_URL = 'https://git.sneakygeek.net/sneakygeek/SneakyScan'