7 lines
95 B
Python
Raw Normal View History

class Debuger:
2022-06-24 00:21:00 +08:00
def __init__(self):
pass
def set_trace(self):
pass