5 lines
168 B
Python
5 lines
168 B
Python
from app.features.conditions.repository import ConditionsRepository
|
|
|
|
|
|
def get_conditions_repo() -> ConditionsRepository:
|
|
return ConditionsRepository.get_instance()
|