mirror of
https://github.com/soxoj/maigret.git
synced 2026-09-06 18:07:39 +02:00
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()) |