Getting Started
Commands
Architecture
Development
Support
import abc [docs] class AbstractChartRenderer: """ Documentation TBD """ def __init__(self) -> None: pass [docs] def render(self, notation=None, params=None): raise NotImplementedError