risotto/src/risotto/__init__.py

5 lines
51 B
Python

from .http import get_app
__ALL__ = ('get_app',)