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

5 lines
52 B
Python

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