tron.utils.persistable module

class tron.utils.persistable.Persistable

Bases: ABC

abstract static to_json(state_data: Dict[Any, Any]) str | None