mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
7 lines
119 B
Python
7 lines
119 B
Python
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
import textattack
|
|
|
|
textattack.commands.textattack_cli.main()
|