team-10/venv/Lib/site-packages/pydeck/exceptions/exceptions.py

7 lines
107 B
Python
Raw Normal View History

2025-08-02 02:00:33 +02:00
class PydeckException(BaseException):
pass
class BinaryTransportException(PydeckException):
pass