plotting/chart.py
2023-12-29 05:37:30 -08:00

6 lines
112 B
Python

from plotly.basedatatypes import BaseTraceType
class Chart:
def trace(self) -> BaseTraceType:
pass