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