mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
7 lines
No EOL
119 B
Python
7 lines
No EOL
119 B
Python
import sys
|
|
import os
|
|
|
|
|
|
def restart(self):
|
|
os.execl(sys.executable, f'"{sys.executable}"', *sys.argv)
|
|
sys.exit() |