Update __main__.py

This commit is contained in:
Theelgirl 2020-10-13 14:17:36 +00:00 committed by GitHub
parent 98da71d85b
commit e9f8ae1da3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import sys
from fvid import main
from fvid_python import main
if __name__ == '__main__':
sys.exit(main())
sys.exit(main())