From 030d6818c0f6d2d330414feea6fd28b1b60869e7 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 1 May 2019 12:00:30 +0200 Subject: Make memory and sqlite available as stores --- pyapd/stores/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3