Skip to content

Commit

Permalink
nc._conf was not under tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 14, 2024
1 parent 113b738 commit a7e7219
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions networkcommons/_conf.py
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
#
# 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

0 comments on commit a7e7219

Please sign in to comment.