vollerei/vollerei/exceptions/__init__.py
2023-06-13 04:03:47 +07:00

5 lines
98 B
Python

class VollereiError(Exception):
"""Base class for exceptions in this module."""
pass