]> rtime.felk.cvut.cz Git - hubacji1/autiminipoci.git/commitdiff
Add run after boot module
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 21 Feb 2019 14:01:22 +0000 (15:01 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Thu, 21 Feb 2019 14:01:22 +0000 (15:01 +0100)
main.py [new file with mode: 0644]

diff --git a/main.py b/main.py
new file mode 100644 (file)
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()