7 lines
91 B
Python
Raw Normal View History

2025-04-10 17:31:33 +08:00
class Debuger:
def __init__(self):
pass
def set_trace(self):
pass