mocha/python/mocha/oms/db/DatabaseOms.py

5 lines
53 B
Python

from ..Oms import Oms
class DatabaseOms(Oms):
pass