5 lines
105 B
Python
5 lines
105 B
Python
|
|
"""Alert Notes Backend Module"""
|
||
|
|
from app.alert_notes.backend.router import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|