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