12 lines
245 B
Python
12 lines
245 B
Python
# -*- coding: utf-8 -*-
|
|
# SPDX-FileCopyrightText: : 2023- The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
def custom_extra_functionality(n, snapshots, snakemake):
|
|
"""
|
|
Add custom extra functionality constraints.
|
|
"""
|
|
pass
|