From 5c01829c5fd94a3a1640e9a1589fbfaf438afd9a Mon Sep 17 00:00:00 2001 From: vicpaton Date: Wed, 19 Jun 2024 20:13:13 +0300 Subject: [PATCH] fixed import --- networkcommons/_data/__init__.py | 4 ++-- networkcommons/_data/network/__init__.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/networkcommons/_data/__init__.py b/networkcommons/_data/__init__.py index 895bbd5..6b7c32c 100644 --- a/networkcommons/_data/__init__.py +++ b/networkcommons/_data/__init__.py @@ -14,5 +14,5 @@ # from ._builtin import _module_data -from . import omics as omics -from . import network as network +from .omics import * +from .network import * \ No newline at end of file diff --git a/networkcommons/_data/network/__init__.py b/networkcommons/_data/network/__init__.py index 04ad108..1c6d554 100644 --- a/networkcommons/_data/network/__init__.py +++ b/networkcommons/_data/network/__init__.py @@ -15,3 +15,4 @@ from .omnipath import get_omnipath from .lianaplus import get_lianaplus +from .moon import *