summaryrefslogtreecommitdiff
path: root/dph.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 /dph.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 'dph.py')
-rw-r--r--dph.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/dph.py b/dph.py
new file mode 100644
index 0000000..78b9b50
--- /dev/null
+++ b/dph.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+
+class Dph:
+ def __init__(self, duzp):
+