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