mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-01 22:13:01 +00:00
first commit
This commit is contained in:
1
.venv/Lib/site-packages/pydeck/exceptions/__init__.py
Normal file
1
.venv/Lib/site-packages/pydeck/exceptions/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .exceptions import BinaryTransportException, PydeckException # noqa,
|
6
.venv/Lib/site-packages/pydeck/exceptions/exceptions.py
Normal file
6
.venv/Lib/site-packages/pydeck/exceptions/exceptions.py
Normal file
@ -0,0 +1,6 @@
|
||||
class PydeckException(BaseException):
|
||||
pass
|
||||
|
||||
|
||||
class BinaryTransportException(PydeckException):
|
||||
pass
|
Reference in New Issue
Block a user