1"""
2PySCeS - Python Simulator for Cellular Systems (http://pysces.sourceforge.net)
3
4Copyright (C) 2004-2020 B.G. Olivier, J.M. Rohwer, J.-H.S Hofmeyr all rights reserved,
5
6Brett G. Olivier (bgoli@users.sourceforge.net)
7Triple-J Group for Molecular Cell Physiology
8Stellenbosch University, South Africa.
9
10Permission to use, modify, and distribute this software is given under the
11terms of the PySceS (BSD style) license. See LICENSE.txt that came with
12this distribution for specifics.
13
14NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
15Brett G. Olivier
16"""
17
18from __future__ import division, print_function
19from __future__ import absolute_import
20from __future__ import unicode_literals
21
22'''
23This file is for "unofficial" user contributed modules. It is imported into PyscesContrib using
24 from PyscesContribUser import *
25Make sure to use the same module class definitions as used in PyscesContrib i.e. CONTRIB_modulename
26to allow for automated module loading and instantiation.
27'''
28
29from pysces.version import __version__
30__doc__ = '''pysx unofficial user contributed module interface'''
31
32