latest api use
This commit is contained in:
10
src/server/config/__init__.py
Normal file
10
src/server/config/__init__.py
Normal 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']
|
||||
Reference in New Issue
Block a user