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