MCPcopy
hub / github.com/r0ysue/r0capture / secho

Method secho

r0capture.py:90–91  ·  view source on GitHub ↗
(message=None, **kwargs)

Source from the content-addressed store, hash-verified

88 class click:
89 @staticmethod
90 def secho(message=None, **kwargs):
91 print(message)
92 @staticmethod
93 def style(**kwargs):
94 raise Exception("unsupported style")

Callers 1

show_bannerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected