MCPcopy Create free account
hub / github.com/InternScience/SpectrumLab / SignalGroup

Class SignalGroup

spectrumlab/benchmark/signal_group.py:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class SignalGroup(BaseGroup):
5 def __init__(self, path: str = "./data"):
6 super().__init__(level="Signal", path=path)

Calls

no outgoing calls