pypsa-eur/data/custom_extra_functionality.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
245 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
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, snakemake):
2023-12-29 16:23:11 +00:00
"""
Add custom extra functionality constraints.
"""
pass