diff options
Diffstat (limited to 'start.py')
| -rw-r--r-- | start.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/start.py b/start.py new file mode 100644 index 0000000..dc36b82 --- /dev/null +++ b/start.py @@ -0,0 +1,4 @@ +#!/usr/bin/python3 +from weatbag import main + +main() |
