Check package requirements before importing them

This commit is contained in:
aerinon
2022-06-16 10:46:53 -06:00
parent 4397492aca
commit b938bef8fa
3 changed files with 49 additions and 4 deletions

4
Gui.py
View File

@@ -1,3 +1,7 @@
if __name__ == '__main__':
from source.meta.check_requirements import check_requirements
check_requirements()
import json
import os
import sys