aboutsummaryrefslogtreecommitdiff
path: root/lidt-sample-database/__main__.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-04 23:48:37 +0200
committerKarel Kočí <cynerd@email.cz>2018-01-26 17:24:26 +0100
commitc4466a07c446e177dc3104f82e44569f30f04d8a (patch)
tree8fae3197fcebcb21347960d6308ff7b0c759969c /lidt-sample-database/__main__.py
downloadlidt-sample-database-c4466a07c446e177dc3104f82e44569f30f04d8a.tar.gz
lidt-sample-database-c4466a07c446e177dc3104f82e44569f30f04d8a.tar.bz2
lidt-sample-database-c4466a07c446e177dc3104f82e44569f30f04d8a.zip
Initial commitHEADmaster
Diffstat (limited to 'lidt-sample-database/__main__.py')
-rw-r--r--lidt-sample-database/__main__.py18
1 files changed, 18 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+
+from . import main
+
+main()