latest api use

This commit is contained in:
2025-10-05 21:42:08 +02:00
parent 64434ccd44
commit d30aa7cfea
31 changed files with 3419 additions and 1068 deletions

View File

@@ -0,0 +1,10 @@
"""
Configuration package for the Aniworld server.
This package provides configuration management and environment
variable handling for secure application deployment.
"""
from .env_config import EnvironmentConfig, env_config
__all__ = ['EnvironmentConfig', 'env_config']