Refactor code structure for improved readability and maintainability

This commit is contained in:
Felix Rudat
2026-01-27 12:02:18 +01:00
parent eb7fad2477
commit eba3bc4955
7 changed files with 17 additions and 144 deletions
-1
View File
@@ -150,7 +150,6 @@ def get_planka() -> Planka:
sys.exit(1)
try:
# Initialize Planka client (v2) and authenticate
planka = Planka(planka_url)
planka.login(username=planka_username, password=planka_password)
return planka
+1 -1
View File
@@ -1,4 +1,4 @@
plankapy
plankapy>=2.2.2
typer
python-dotenv
rich