summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2019-01-19 11:03:45 +0100
committerCtibor Brančík <ctibor@brancik.cz>2019-01-19 11:03:45 +0100
commitdacce487466eb601bed626c28736e3f5362b17c8 (patch)
tree0d05b3cc68c8d8acb33f804b0815eba16e72c39e /test.py
parenta0a5fc1a7d3053d82f0d627d8460809f8e010425 (diff)
downloadtarif-dev.tar.gz
tarif-dev.tar.bz2
Základy pro výpočty dle exekutorského tarifu.dev
Diffstat (limited to 'test.py')
-rw-r--r--test.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.py b/test.py
new file mode 100644
index 0000000..d4ad14f
--- /dev/null
+++ b/test.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+import exekutor
+
+x = exekutor.Exekutor("2018-01-19", 20600, "2005-04-30", 3500, 605)
+
+print(x.rozdeleni())