FerrellSyntheticIntelligence
Initial clean commit: Source code only
29cdc9d
Raw
History Blame Contribute Delete
99 Bytes
from engine import StateEngine
if __name__ == '__main__':
e = StateEngine()
print(e.run())