mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
1290a9863f
* PyInstaller workflow
7 lines
112 B
Python
Executable File
7 lines
112 B
Python
Executable File
#!/usr/bin/env python3
|
|
import asyncio
|
|
|
|
import maigret
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(maigret.cli()) |