We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c0958 commit f2c9209Copy full SHA for f2c9209
9 files changed
avidtools/connectors/__init__.py
@@ -0,0 +1,5 @@
1
+"""Connectors for AVID data sources."""
2
+
3
+from .url import URLConnector, fetch_and_convert
4
5
+__all__ = ["URLConnector", "fetch_and_convert"]
0 commit comments