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
commit
4034687fbe
1 changed files with 5 additions and 0 deletions
  1. +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()

Loading…
Cancel
Save