plotting/chart.py

6 lines
112 B
Python
Raw Normal View History

2023-12-29 13:37:30 +00:00
from plotly.basedatatypes import BaseTraceType
class Chart:
def trace(self) -> BaseTraceType:
pass