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

6 lines
146 B
Python

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