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