diff --git a/chart.py b/chart.py new file mode 100644 index 0000000..e1cb015 --- /dev/null +++ b/chart.py @@ -0,0 +1,6 @@ +from plotly.basedatatypes import BaseTraceType + +class Chart: + + def trace(self) -> BaseTraceType: + pass \ No newline at end of file