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