From 5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 31 Jul 2025 17:27:24 -0400 Subject: add code for analysis of data --- .../lib/python3.8/site-packages/dash/html/Audio.py | 229 +++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 venv/lib/python3.8/site-packages/dash/html/Audio.py (limited to 'venv/lib/python3.8/site-packages/dash/html/Audio.py') diff --git a/venv/lib/python3.8/site-packages/dash/html/Audio.py b/venv/lib/python3.8/site-packages/dash/html/Audio.py new file mode 100644 index 0000000..75d1ccb --- /dev/null +++ b/venv/lib/python3.8/site-packages/dash/html/Audio.py @@ -0,0 +1,229 @@ +# AUTO GENERATED FILE - DO NOT EDIT + +import typing # noqa: F401 +from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401 +from dash.development.base_component import Component, _explicitize_args + +ComponentType = typing.Union[ + str, + int, + float, + Component, + None, + typing.Sequence[typing.Union[str, int, float, Component, None]], +] + +NumberType = typing.Union[ + typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex +] + + +class Audio(Component): + """An Audio component. + Audio is a wrapper for the