SuperScriptMaterializer/SuperScriptViewer/Database.py

12 lines
162 B
Python
Raw Normal View History

import CustomConfig
class EmptyDatabase:
def __init__(self):
pass
def CreateDatabase():
return EmptyDatabase()
def CloseDatabase(db):
pass