mocha-python/mocha/oms/DatabaseOms.py
2023-11-25 21:43:40 -05:00

5 lines
52 B
Python

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