mash-server/src/matrix_clock/matrix_clock_module.py

7 lines
138 B
Python
Raw Normal View History

2024-04-22 14:05:24 +02:00
from core.module import Module
class MatrixClockModule(Module):
def __init__(self) -> None:
super().__init__("matrixclock")