summaryrefslogtreecommitdiffstats
path: root/start.py
diff options
context:
space:
mode:
authorThomas <thomas@study-old.(none)>2012-12-29 19:36:19 +0000
committerThomas <thomas@study-old.(none)>2012-12-29 19:36:19 +0000
commitba2ade314b07f7e16b7860afc621df02f3df46b8 (patch)
tree3299a91636c0dea59d5ae1cea48d091d609aae63 /start.py
parentdfa96fc3a20785d1d405003748a368e5b2ac3aec (diff)
Create initial game framework.
Diffstat (limited to 'start.py')
-rw-r--r--start.py4
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()