FerrellSyntheticIntelligence's picture
Upload folder using huggingface_hub
d2a5f5a verified
Raw
History Blame Contribute Delete
99 Bytes
from engine import StateEngine
if __name__ == '__main__':
e = StateEngine()
print(e.run())