Enable running the demo with just python demo

This commit is contained in:
Robin Dunn
2018-04-28 19:53:09 -07:00
parent c010e79d83
commit 47e32c0d33

4
demo/__main__.py Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python
import Main
Main.main()