diff --git a/omnipath_metabo/_data/__init__.py b/omnipath_metabo/_data/__init__.py new file mode 100644 index 0000000..303671f --- /dev/null +++ b/omnipath_metabo/_data/__init__.py @@ -0,0 +1,4 @@ +from pypath_common import data +import functools as ft + +load = ft.partial(data.load, module = 'omnipath_metabo') \ No newline at end of file