feat: Initial, empty version

This commit is contained in:
2025-05-21 11:34:26 +02:00
commit 9cea7870d3
9 changed files with 454 additions and 0 deletions

0
tests/__init__.py Normal file
View File

11
tests/test_stub.py Normal file
View File

@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2025 2025
# SPDX-FileContributor: Gergely Polonkai
#
# SPDX-License-Identifier: GPL-3.0-or-later
"""Stub test so the test job doesnt fail"""
def test_stub() -> None:
"""Stub test so the test job doesnt fail"""
assert True