add the shebang
This commit is contained in:
parent
df1b8b6c6d
commit
916de1bdb0
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import asyncio
|
||||
|
|
Loading…
Reference in New Issue