a
This commit is contained in:
@@ -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)):
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user