add structure

This commit is contained in:
2025-10-10 10:38:20 +02:00
commit 59a3d572bb
5 changed files with 17 additions and 0 deletions

2
src/bibapi/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
def hello() -> str:
return "Hello from bibapi!"