gmao/app_new/prevention/__init__.py

3 lines
62 B
Python
Raw Normal View History

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