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