42dcfdb
9e4e6b7
1 2
3 4 5 6 7
# -*- coding: utf-8 -*- from sqlite import * def getStorage(): x = sqlite() return x