gmao/app_new/cleaning/__init__.py

4 lines
59 B
Python
Raw Normal View History

from .routes import cleaning_bp
__all__ = ["cleaning_bp"]