mash-server/src/matrix_clock/matrix_clock_feature.py

7 lines
146 B
Python
Raw Normal View History

from mash.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")