diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-23 19:36:48 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-28 18:45:26 (GMT) |
| commit | 06b8730af80f4441635b9f16cb0c967d4074e486 (patch) | |
| tree | a8e4d9fd0afa4f97589ff8e6153724be20fc59d6 /wasp/main.py | |
| parent | 3157bcc3105d3a47e045ec8e0605d5dd31f807b1 (diff) | |
wasp: Turn-key demo
Press ^C to terminate the demo and start programming in python!
Diffstat (limited to 'wasp/main.py')
| -rw-r--r-- | wasp/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/main.py b/wasp/main.py new file mode 100644 index 0000000..9b96781 --- /dev/null +++ b/wasp/main.py @@ -0,0 +1,2 @@ +import demo +demo.run() |
