Source code for minos.common.object

[docs]class Object: """Object class."""
[docs] def __init__(self, *args, **kwargs): super().__init__()