#!/usr/bin/env python # -*- coding: utf-8 -*- if __name__ == "__main__": from hyde.engine import Engine Engine().run()