4 lines
59 B
Python
4 lines
59 B
Python
|
|
from .routes import cleaning_bp
|
||
|
|
|
||
|
|
__all__ = ["cleaning_bp"]
|