File: h

package info (click to toggle)
hyde 0.8.5a1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,892 kB
  • sloc: python: 8,134; xml: 15; makefile: 5
file content (5 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python
# -*- coding: utf-8 -*-
if __name__ == "__main__":
    from hyde.engine import Engine
    Engine().run()