in understanding_rl_vision/rl_clarity/interface.py [0:0]
def removeprefix(s, prefix): if s.startswith(prefix): return s[len(prefix) :] return s