causadb
class CausaDB()
CausaDB client class to interact with the CausaDB system.
Constructor
def __init__(token: str = None, custom_url: str = None) -> None
Initializes the CausaDB client.
Arguments:
custom_url
str, optional - The URL of the CausaDB server. For custom deployments or development purposes. Defaults to None.