From 204d062ae0bacc298613bb257bea399d89d7f8c4 Mon Sep 17 00:00:00 2001 From: Aleksander Wasaznik Date: Mon, 6 Feb 2017 20:29:56 +0100 Subject: [PATCH] Add a main.py file for running the module --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 main.py diff --git a/main.py b/main.py new file mode 100755 index 0000000..557c32f --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 +from grzegorz import main +main()