DriverTrac/venv/lib/python3.12/site-packages/pydeck/exceptions/exceptions.py

7 lines
107 B
Python

class PydeckException(BaseException):
pass
class BinaryTransportException(PydeckException):
pass