added get_github_file to AppClass

This commit is contained in:
raphael60650 2021-06-16 23:37:36 +02:00
parent a7512f41f2
commit 66b66c145d

View file

@ -28,6 +28,7 @@ class ClassApp():
from source.patch_img_desc import patch_img_desc
from source.patch_ct_icon import patch_ct_icon
from source.log_error import log_error
from source.get_github_file import get_github_file
App = ClassApp()