Source code for optiwindnet

# SPDX-License-Identifier: MIT
# https://gitlab.windenergy.dtu.dk/TOPFARM/OptiWindNet/

# author, version, license, and long description
[docs] __author__ = 'Mauricio Souza de Alencar'
[docs] __doc__ = """ Tool for designing and optimizing the electrical cable network (collection system) for offshore wind power plants. https://gitlab.windenergy.dtu.dk/TOPFARM/OptiWindNet/ """
[docs] __license__ = 'MIT'
try: # pragma: no cover # version.py created when installing optiwindnet from optiwindnet import version
[docs] __version__ = version.__version__
__release__ = version.__version__ except BaseException: # pragma: no cover pass