Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
singlestore-labs
GitHub Repository: singlestore-labs/singlestoredb-python
Path: blob/main/singlestoredb/apps/__init__.py
469 views
1
from ._cloud_functions import run_function_app # noqa: F401
2
from ._dashboards import run_dashboard_app # noqa: F401
3
from ._python_udfs import run_udf_app # noqa: F401
4
5