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