Skip to content

Commit 500eabe

Browse files
committed
export some modules
1 parent 027a371 commit 500eabe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ddf_utils/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
3+
from . import config
4+
from .ddf_reader import DDF
5+
from .index import get_datapackage

0 commit comments

Comments
 (0)