2 lines
88 B
Python
2 lines
88 B
Python
from .base_repository import BaseRepository
|
|
from .task_repository import TaskRepository
|