4 lines
No EOL
74 B
Python
4 lines
No EOL
74 B
Python
"""Wizard module"""
|
|
from .routes import wizard_bp
|
|
|
|
__all__ = ['wizard_bp'] |