diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-01 12:00:30 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-05-01 12:00:30 +0200 |
commit | 030d6818c0f6d2d330414feea6fd28b1b60869e7 (patch) | |
tree | a19e7ebce64cefea85fbf6719ccbe28e2ea50f39 | |
parent | 089bf272f0e4cf0a68b1490968d3339d15d1b9be (diff) |
Make memory and sqlite available as stores
-rw-r--r-- | pyapd/stores/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyapd/stores/__init__.py b/pyapd/stores/__init__.py index e69de29..dd34b5d 100644 --- a/pyapd/stores/__init__.py +++ b/pyapd/stores/__init__.py @@ -0,0 +1,2 @@ +from . import memory # noqa +from . import sqlite # noqa |