pointapi/handler_data/legu_handler.py
2021-04-02 01:10:23 +08:00

10 lines
183 B
Python

class LeGuHandler:
handler_link = []
def __init__(self, func):
LeGuHandler.handler_link.append(func)
@staticmethod
def format_data(data: dict):
pass