This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Issue
#56
: Added a binary to the root to make it easy to run from source
main
Lakshmi Vyasarajan
13 years ago
parent
4f34285c06
commit
4034687fbe
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
h
+ 5
- 0
h
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
if __name__ == "__main__":
from hyde.engine import Engine
Engine().run()
Write
Preview
Loading…
Cancel
Save