mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
8 lines
209 B
Python
8 lines
209 B
Python
from source.gui import install
|
|
import sys
|
|
|
|
# this allows every variable to be accessible from other files, useful for the plugins
|
|
self = sys.modules[__name__]
|
|
|
|
self.window = install.Window()
|
|
self.window.run()
|