CtrEditor/Python/tsnet/network/__init__.py

12 lines
242 B
Python

"""
The tsnet.network package contains methods to define
1. a water network geometry,
2. network topology,
3. network control, and
4 .spatial and temporal discretization.
"""
from .topology import topology
from .model import TransientModel