add the shebang

This commit is contained in:
Holly 2021-03-09 06:05:42 +00:00
parent df1b8b6c6d
commit 916de1bdb0
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
import shutil
import asyncio