Skip to content

Commit

Permalink
Loader function for module data.
Browse files Browse the repository at this point in the history
  • Loading branch information
for-hyde committed Nov 13, 2024
1 parent 4f42f9c commit d394d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions omnipath_metabo/_data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from pypath_common import data
import functools as ft

load = ft.partial(data.load, module = 'omnipath_metabo')

0 comments on commit d394d75

Please sign in to comment.