MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / __init__

Method __init__

src/platform_view.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44class PlatformView(object):
45 def __init__(self):
46 self.slug = ""
47
48 def check_finish(self, title):
49 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected