mirror of
https://github.com/FutureOfMedTech-FITM-hack/backend.git
synced 2024-11-25 07:43:44 +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"]
|