fix: connect API to tracker.db via SQLite repository
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""SQLite Tracker Adapter"""
|
||||
from .project_management_repositories import (
|
||||
SQLiteTaskRepository,
|
||||
SQLiteMilestoneRepository,
|
||||
SQLiteTaskIssueRepository,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"SQLiteTaskRepository",
|
||||
"SQLiteMilestoneRepository",
|
||||
"SQLiteTaskIssueRepository",
|
||||
]
|
||||
Reference in New Issue
Block a user