mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
added option module
This commit is contained in:
parent
8adbfd49c1
commit
1c2314275c
1 changed files with 2 additions and 1 deletions
3
main.pyw
3
main.pyw
|
@ -16,7 +16,7 @@ from source.definition import *
|
||||||
|
|
||||||
class ClassApp():
|
class ClassApp():
|
||||||
from source.__init__ import __init__
|
from source.__init__ import __init__
|
||||||
from source.translate import translate, change_language, get_language
|
from source.translate import translate
|
||||||
from source.Progress import Progress
|
from source.Progress import Progress
|
||||||
from source.check_update import check_update
|
from source.check_update import check_update
|
||||||
from source.StateButton import StateButton
|
from source.StateButton import StateButton
|
||||||
|
@ -31,6 +31,7 @@ class ClassApp():
|
||||||
from source.get_github_file import get_github_file
|
from source.get_github_file import get_github_file
|
||||||
from source.patch_track import count_track, patch_track, patch_autoadd
|
from source.patch_track import count_track, patch_track, patch_autoadd
|
||||||
from source.patch_image import patch_image
|
from source.patch_image import patch_image
|
||||||
|
from source.option import load_option, change_option
|
||||||
|
|
||||||
|
|
||||||
App = ClassApp()
|
App = ClassApp()
|
||||||
|
|
Loading…
Reference in a new issue