summaryrefslogtreecommitdiffstats
path: root/storage/factory.py
blob: c1fa0492cd835ec09bad1507be9544c5f22da9fa (plain) (blame)
1
2
3
4
5
from sqlite import *

def getStorage():
    x = sqlite()
    return x