mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
6 lines
240 B
Python
6 lines
240 B
Python
|
from __future__ import annotations
|
||
|
|
||
|
from dynaconf.contrib.django_dynaconf_v2 import DjangoDynaconf # noqa
|
||
|
from dynaconf.contrib.flask_dynaconf import DynaconfConfig # noqa
|
||
|
from dynaconf.contrib.flask_dynaconf import FlaskDynaconf # noqa
|