Source code for asyncorm.apps.app_config

import logging

logger = logging.getLogger("asyncorm")


[docs]class AppConfig: """ AppConfig is the hook class to be able to inspect the code and find where your apps will be defined. """ name = ""