Skip to content

Commit 03f6370

Browse files
committed
Add missing example files
1 parent 5e313a6 commit 03f6370

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

contrib/example-extension-package/mybots/lib/__init__.py

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""
2+
3+
SPDX-FileCopyrightText: 2023 CERT.at GmbH <https://cert.at/>
4+
SPDX-License-Identifier: AGPL-3.0-or-later
5+
"""
6+
7+
8+
def return_value(value):
9+
return value

0 commit comments

Comments
 (0)