From: Jiri Vlasak Date: Thu, 21 Feb 2019 14:01:22 +0000 (+0100) Subject: Add run after boot module X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/autiminipoci.git/commitdiff_plain/26182acc72601bb9eb5ffa78776f89f2f3aaed73?ds=sidebyside Add run after boot module --- diff --git a/main.py b/main.py new file mode 100644 index 0000000..bad9107 --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +"""Run go-and-stop program.""" +from go_and_stop import go + +go()