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