Skip to content

Commit 7d18f6c

Browse files
committed
[packaging] update exports
1 parent bf1fba7 commit 7d18f6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/oqd_dataschema/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from .base import Attrs, DTypes
1516
from .constrained import condataset, confolder, contable
1617
from .dataset import CastDataset, Dataset
1718
from .datastore import Datastore
@@ -23,6 +24,8 @@
2324
########################################################################################
2425

2526
__all__ = [
27+
"Attrs",
28+
"DTypes",
2629
"Datastore",
2730
"GroupBase",
2831
"GroupRegistry",

0 commit comments

Comments
 (0)