876a28b688
for more information, see https://pre-commit.ci
12 lines
234 B
Python
12 lines
234 B
Python
# -*- coding: utf-8 -*-
|
|
# SPDX-FileCopyrightText: : 2023- The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
def custom_extra_functionality(n, snapshots):
|
|
"""
|
|
Add custom extra functionality constraints.
|
|
"""
|
|
pass
|