Spaces:
Runtime error
Runtime error
File size: 119 Bytes
63775f2 |
1 2 3 4 5 6 7 |
#!/usr/bin/env python
if __name__ == "__main__":
import textattack
textattack.commands.textattack_cli.main()
|