MCPcopy Create free account
hub / github.com/openai/plugins / Chain

Class Chain

plugins/boltz-api-cli/tests/test_scan_sites.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class Chain:
40 def __init__(self, name: str) -> None:
41 self.name = name
42
43
44class ScanSitesTest(unittest.TestCase):

Calls

no outgoing calls