mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 19:04:47 +00:00
9 lines
110 B
Python
9 lines
110 B
Python
import dotenv
|
|
|
|
dotenv.load_dotenv()
|
|
|
|
from .main import app as fastapi_app # noqa
|
|
|
|
|
|
__all__ = ["fastapi_app"]
|