This commit is contained in:
2025-12-18 18:25:30 +01:00
parent ce34466d3d
commit 5f51b2a0e6
2 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
def brutto(netto: float, vat: int) -> float:
print('cosik')
if not isinstance(netto, (float, int)):
return None
if not isinstance(vat, (int)):

View File

@@ -1,6 +1,5 @@
plan:
- klasy cd....
- pliki i operacje... rozpoznawanie po nagłówkach
-PySimpleGUI (stara wersja ~4) - https://freesimplegui.readthedocs.io/en/latest/
- pyInstaller
- PySimpleGUI (stara wersja ~4)
- openCV