6 lines
116 B
Python
6 lines
116 B
Python
from repository.sqlite_repository import (
|
|
SQLiteDatabaseRepository,
|
|
)
|
|
|
|
repository = SQLiteDatabaseRepository()
|