PyInstaller workflow (#206)

* PyInstaller workflow
This commit is contained in:
soxoj
2021-11-07 20:12:30 +03:00
committed by GitHub
parent 282a3bef73
commit 1290a9863f
4 changed files with 91 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python3
import asyncio
import maigret
if __name__ == "__main__":
asyncio.run(maigret.cli())