mash-server/src/feature_samples/matrix_clock/matrix_clock_feature.py

6 lines
151 B
Python

from mash.core.feature import Feature
class MatrixClockIntegration(Feature):
def __init__(self) -> None:
super().__init__("matrixclock")