6 lines
151 B
Python
6 lines
151 B
Python
from mash.core.feature import Feature
|
|
|
|
|
|
class MatrixClockIntegration(Feature):
|
|
def __init__(self) -> None:
|
|
super().__init__("matrixclock")
|