FerrellSyntheticIntelligence
Initial clean commit: Source code only
29cdc9d
raw
history blame
99 Bytes
from engine import StateEngine
if __name__ == '__main__':
e = StateEngine()
print(e.run())