initial commit

This commit is contained in:
behruz-dev
2025-09-01 19:12:16 +05:00
commit ca7061bfe7
2880 changed files with 370683 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""The `env_settings` module is a backport module from V1."""
from ._migration import getattr_migration
__getattr__ = getattr_migration(__name__)