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