9 lines
127 B
Python
Raw Normal View History

2022-01-28 00:43:09 +08:00
from PikaObj import *
class Debuger(TinyObj):
2022-04-07 23:01:59 +08:00
def __init__(self):
2022-01-30 19:59:29 +08:00
pass
2022-04-07 23:01:59 +08:00
def set_trace(self):
2022-01-28 00:43:09 +08:00
pass
2022-01-29 00:53:57 +08:00