from route.public import public from route.auth import auth from route.admin import admin __all__ = ['public', 'auth', 'admin']