mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2024-11-21 22:16:33 +03:00
6 lines
97 B
Python
6 lines
97 B
Python
"""API for posts by doctors"""
|
|
|
|
from med_backend.posts.views import router
|
|
|
|
__all__ = ["router"]
|