risotto/src/risotto/__init__.py

7 lines
118 B
Python

from .http import get_app
# just to register every route
from . import services as _services
__ALL__ = ('get_app',)