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 d125475 commit efd99e2Copy full SHA for efd99e2
databento/__init__.py
@@ -54,3 +54,6 @@
54
55
# Set to either 'DEBUG' or 'INFO', controls console logging
56
log: Optional[str] = None
57
+
58
+# Convenience imports
59
+from_dbn = Bento.from_file
0 commit comments