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

Function prGreen

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

Source from the content-addressed store, hash-verified

13
14
15def prGreen(prt): print("\033[92m {}\033[00m".format(prt))
16
17
18def prYellow(prt): print("\033[93m {}\033[00m".format(prt))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected