mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-10 11:13:08 +00:00
8 lines
109 B
Python
8 lines
109 B
Python
import dotenv
|
|
|
|
dotenv.load_dotenv()
|
|
|
|
from .main import app as fastapi_app # noqa
|
|
|
|
__all__ = ["fastapi_app"]
|