pypsa-eur/data/custom_extra_functionality.py
2023-12-29 17:23:11 +01:00

10 lines
209 B
Python

# SPDX-FileCopyrightText: : 2023- The PyPSA-Eur Authors
#
# SPDX-License-Identifier: MIT
def custom_extra_functionality(n, snapshots):
"""
Add custom extra functionality constraints.
"""
pass