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 8e11741 commit f62f52eCopy full SHA for f62f52e
src/pynwb/spec.py
@@ -2,6 +2,7 @@
2
3
from hdmf.spec import LinkSpec, GroupSpec, DatasetSpec, SpecNamespace,\
4
NamespaceBuilder, AttributeSpec, DtypeSpec, RefSpec
5
+from hdmf.spec.write import export_spec # noqa: F401
6
from hdmf.utils import docval, get_docval, fmt_docval_args
7
8
from . import CORE_NAMESPACE
0 commit comments