6 lines
112 B
Python
6 lines
112 B
Python
|
from plotly.basedatatypes import BaseTraceType
|
||
|
|
||
|
class Chart:
|
||
|
|
||
|
def trace(self) -> BaseTraceType:
|
||
|
pass
|