From 1e67f8a65c278921ec2d17c9ea570af65423e212 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 17 Aug 2015 15:18:20 +0200 Subject: [PATCH] Startup --- plugins/new_main.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/new_main.py diff --git a/plugins/new_main.py b/plugins/new_main.py new file mode 100644 index 0000000..328ae41 --- /dev/null +++ b/plugins/new_main.py @@ -0,0 +1,11 @@ +#! /usr/bin/python + +# To change this license header, choose License Headers in Project Properties. +# To change this template file, choose Tools | Templates +# and open the template in the editor. + +__author__ = "boccioli_m" +__date__ = "$Aug 17, 2015 2:59:50 PM$" + +if __name__ == "__main__": + print "Hello World";