Add base chart type

This commit is contained in:
moshferatu 2023-12-29 05:37:30 -08:00
parent c7be7e15ea
commit f317697a8c

6
chart.py Normal file
View File

@ -0,0 +1,6 @@
from plotly.basedatatypes import BaseTraceType
class Chart:
def trace(self) -> BaseTraceType:
pass