Enable running the demo with just python demo

This commit is contained in:
Robin Dunn
2018-04-28 19:53:09 -07:00
parent 1911c5e886
commit 2ca3944a03

4
demo/__main__.py Executable file
View File

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