예제 #1
0
def make_database():
    from iot_analytics.interfaces import FileStorageInterface
    return FileStorageInterface()
예제 #2
0
 def setUp(self):
     self.interface = FileStorageInterface()