Add database abstraction

This commit is contained in:
François Voron
2019-10-06 08:53:13 +02:00
parent 4e0b0f6f7d
commit 552f313d76
7 changed files with 67 additions and 10 deletions

9
setup.cfg Normal file
View File

@ -0,0 +1,9 @@
[flake8]
exclude = docs
max-line-length = 119
[isort]
atomic = true
multi_line_output = 5
known_standard_library = types
known_third_party = pytest,_pytest