Hong-Phuc Bui
2024-07-15 7a61c8a9830ee9407afbb413d2f215fabb77ee8e
1
2
3
4
class DataFormatError(Exception):
    def __init__(self):
        super().__init__()
    pass