""" Route modules for QR Code Manager """ from . import main, api, auth __all__ = ['main', 'api', 'auth']