summaryrefslogblamecommitdiffstats
path: root/storage/factory.py
blob: 024c0450e7a6c6d52c4aa9c6e94fc91bcc1de787 (plain) (tree)
1
2
3
4
5
6
7

                       




                    
# -*- coding: utf-8 -*-

from sqlite import *

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