mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 21:21:02 +02:00
* Major Python client API rework, break down API & colossal class * Complete rest of library API * Library CLI support
6 lines
95 B
Python
6 lines
95 B
Python
|
|
class ProtocolException(Exception):
|
|
pass
|
|
|
|
class ApplicationException(Exception):
|
|
pass
|