From c4466a07c446e177dc3104f82e44569f30f04d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 4 Oct 2017 23:48:37 +0200 Subject: Initial commit --- lidt-sample-database/__main__.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lidt-sample-database/__main__.py (limited to 'lidt-sample-database/__main__.py') diff --git a/lidt-sample-database/__main__.py b/lidt-sample-database/__main__.py new file mode 100644 index 0000000..d6cde67 --- /dev/null +++ b/lidt-sample-database/__main__.py @@ -0,0 +1,18 @@ +# Copyright (C) 2017 Karel Kočí +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +from . import main + +main() -- cgit v1.2.3