File size: 99 Bytes
d2a5f5a
 
 
 
 
1
2
3
4
5
from engine import StateEngine

if __name__ == '__main__':
    e = StateEngine()
    print(e.run())