MCPcopy Create free account
hub / github.com/BIT-MCS/DRL-eFresh / prCyan

Function prCyan

utils/base_utils.py:27–27  ·  view source on GitHub ↗
(prt)

Source from the content-addressed store, hash-verified

25
26
27def prCyan(prt): print("\033[96m {}\033[00m".format(prt))
28
29
30def prLightGray(prt): print("\033[97m {}\033[00m".format(prt))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected