* Fix .gitignore issue

* Add pypi package 🚀
This commit is contained in:
Satwik Kansal
2018-01-22 11:15:48 +05:30
parent a612e975ee
commit d325554921
20 changed files with 2274 additions and 0 deletions

8
wtfpython-pypi/wtfpython vendored Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import sys
from wtf_python.main import load_and_read
if __name__ == "__main__":
sys.exit(load_and_read())