File size: 102 Bytes
61d29fc
 
 
 
1
2
3
4
5
"""API module for the Oral Health Policy Pulse system."""
from api.main import app

__all__ = ["app"]