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

7 lines
151 B
Python
Raw Normal View History

2024-08-07 03:26:47 +02:00
from mash.core.feature import Feature
2024-04-22 14:05:24 +02:00
class MatrixClockIntegration(Feature):
2024-04-22 14:05:24 +02:00
def __init__(self) -> None:
super().__init__("matrixclock")