__all__ = [ 'DefaultConfig', ] class DefaultConfig: """ This class defines default values for the app configuration. """ # Database configuration SQLALCHEMY_DATABASE_URI = None SQLALCHEMY_ECHO = False