MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / main

Function main

KVCOMM/utils/log.py:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 raise
75
76def main():
77 configure_logging()
78
79 swarmlog("SenderName", "This is a test message.", 0.123)
80
81if __name__ == "__main__":
82 main()

Callers 1

log.pyFile · 0.70

Calls 2

configure_loggingFunction · 0.85
swarmlogFunction · 0.85

Tested by

no test coverage detected