Nguyễn Thế Hưng
cc6f3996af
Prevent lag which can lead to unusable system (especially when using hdiffpatch) Also print more
7 lines
116 B
Python
Executable File
7 lines
116 B
Python
Executable File
#!/usr/bin/python3
|
|
import asyncio
|
|
from worthless import cli
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(cli.main())
|