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