9 lines
141 B
Python
9 lines
141 B
Python
from __future__ import annotations
|
|
|
|
from ._shared import bp
|
|
from . import load_api_route_modules
|
|
|
|
load_api_route_modules()
|
|
|
|
__all__ = ["bp"]
|