pypsa-eur/data/custom_extra_functionality.py

10 lines
209 B
Python
Raw Normal View History

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