Commit fa1ae36b by Zoltan Karsa

add main

parent 91533e49
...@@ -126,3 +126,6 @@ def main(): ...@@ -126,3 +126,6 @@ def main():
assert False, "unhandled option" assert False, "unhandled option"
start_vm(params) start_vm(params)
if __name__ == "__main__":
main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment