risotto/src/risotto/__init__.py

4 lines
71 B
Python

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