mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
added get_github_file to AppClass
This commit is contained in:
parent
a7512f41f2
commit
66b66c145d
1 changed files with 1 additions and 0 deletions
1
main.pyw
1
main.pyw
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue