From dacce487466eb601bed626c28736e3f5362b17c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Sat, 19 Jan 2019 11:03:45 +0100 Subject: =?UTF-8?q?Z=C3=A1klady=20pro=20v=C3=BDpo=C4=8Dty=20dle=20exekutor?= =?UTF-8?q?sk=C3=A9ho=20tarifu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dph.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dph.py (limited to 'dph.py') 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): + -- cgit v1.2.3