# -*- coding: utf-8 -*- from sqlite import * def getStorage(): x = sqlite() return x