Update __main__.py

This commit is contained in:
Theelgirl 2020-10-13 14:17:36 +00:00 committed by GitHub
parent 1c2d681789
commit af170def78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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())