4 lines
108 B
Python
4 lines
108 B
Python
|
|
from app.repositories.surgery_results import SurgeryResultRepository
|
||
|
|
|
||
|
|
__all__ = ["SurgeryResultRepository"]
|