Files
2024-07-12 12:13:55 +02:00

6 lines
134 B
Python

"""Module containing the basic error class of this package."""
class Error(Exception):
"""Basic error class of this package."""