#!/usr/bin/env python
from dungeonbattle.bootstrap import Bootstrap
if __name__ == "__main__":
Bootstrap.run_game()