a
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
def brutto(netto: float, vat: int) -> float:
|
def brutto(netto: float, vat: int) -> float:
|
||||||
|
|
||||||
|
print('cosik')
|
||||||
if not isinstance(netto, (float, int)):
|
if not isinstance(netto, (float, int)):
|
||||||
return None
|
return None
|
||||||
if not isinstance(vat, (int)):
|
if not isinstance(vat, (int)):
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
plan:
|
plan:
|
||||||
- klasy cd....
|
- klasy cd....
|
||||||
- pliki i operacje... rozpoznawanie po nagłówkach
|
-PySimpleGUI (stara wersja ~4) - https://freesimplegui.readthedocs.io/en/latest/
|
||||||
- pyInstaller
|
- pyInstaller
|
||||||
- PySimpleGUI (stara wersja ~4)
|
|
||||||
- openCV
|
- openCV
|
||||||
Reference in New Issue
Block a user