diff --git a/run.py b/run.py new file mode 100644 index 0000000000000000000000000000000000000000..9304c42f365f1d9119e50beb700780171c9d905d --- /dev/null +++ b/run.py @@ -0,0 +1,9 @@ +__author__ = "Lukas Leufen" +__date__ = '2019-11-14' + + +import logging + +if __name__ == "__main__": + + logging.info("start run script") \ No newline at end of file