Skip to content

Commit 2fbca91

Browse files
committed
ADD: Add root export of DBNStruct
1 parent 38dc9c9 commit 2fbca91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

databento/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from databento.historical.api import API_VERSION
2828
from databento.historical.client import Historical
2929
from databento.live.client import Live
30-
from databento.live.dbn import DBNRecord
30+
from databento.live.dbn import DBNRecord, DBNStruct
3131
from databento.version import __version__ # noqa
3232
from databento_dbn import (
3333
ErrorMsg,
@@ -48,6 +48,7 @@
4848
"API_VERSION",
4949
"DBNStore",
5050
"DBNRecord",
51+
"DBNStruct",
5152
"BentoClientError",
5253
"BentoError",
5354
"BentoHttpError",

0 commit comments

Comments
 (0)