__init__.py 88 B

12345
  1. from config.config import laod_database_config
  2. __all__ = [
  3. "laod_database_config"
  4. ]