#api
from PikaObj import *

class Debuger(TinyObj):
    def __init__(self):
        pass

    def set_trace(self):
        pass
    