Add SQLite IO class
This is a very basic class without many helper functions added yet Add to the CoreLibs so when we develop it further it can be used by all projects
This commit is contained in:
@@ -63,3 +63,7 @@ ignore = [
|
||||
[tool.pylint.MASTER]
|
||||
# this is for the tests/etc folders
|
||||
init-hook='import sys; sys.path.append("src/")'
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user