2023-12-29 13:37:30 +00:00
|
|
|
from plotly.basedatatypes import BaseTraceType
|
2024-01-01 14:00:09 +00:00
|
|
|
from typing import List
|
2023-12-29 13:37:30 +00:00
|
|
|
|
|
|
|
class Chart:
|
|
|
|
|
2024-01-01 14:00:09 +00:00
|
|
|
def traces(self) -> List[BaseTraceType]:
|
2023-12-29 13:37:30 +00:00
|
|
|
pass
|