hbui
2024-07-21 f12ecb67472aa2453d3b1b3fb68e4eb9521aee77
1
2
3
4
class DataFormatError(Exception):
    def __init__(self):
        super().__init__()
    pass