Hong-Phuc Bui
2024-08-25 273021dcef9c23610790e47a109fcbf476b829ec
1
2
3
4
class DataFormatError(Exception):
    def __init__(self):
        super().__init__()
    pass