8 lines
108 B
Python
8 lines
108 B
Python
"""
|
|
Route modules for QR Code Manager
|
|
"""
|
|
|
|
from . import main, api, auth
|
|
|
|
__all__ = ['main', 'api', 'auth']
|