From a7e72195ac1cbb2fbf0f9f7fd805455297b2b076 Mon Sep 17 00:00:00 2001 From: deeenes Date: Fri, 14 Jun 2024 12:40:53 +0200 Subject: [PATCH] `nc._conf` was not under tracking --- networkcommons/_conf.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 networkcommons/_conf.py diff --git a/networkcommons/_conf.py b/networkcommons/_conf.py new file mode 100644 index 0000000..2f66594 --- /dev/null +++ b/networkcommons/_conf.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python + +# +# This file is part of the `networkcommons` Python module +# +# Copyright 2024 +# Heidelberg University Hospital +# +# File author(s): Saez Lab (omnipathdb@gmail.com) +# +# Distributed under the GPLv3 license +# See the file `LICENSE` or read a copy at +# https://www.gnu.org/licenses/gpl-3.0.txt +# + +from . import _session + +config = _session.session.config +get = config.get +setup = config.setup