mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-15 12:14:51 +08: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
|