GShellAutomator/Automator/main.py

11 lines
270 B
Python
Raw Normal View History

import subprocess
from utils import global_vars
2021-09-01 17:37:03 +02:00
import time
from qwiklabs import get_google_account
from shell import shell
from shell.gists.gists import UserBot
print("[MAIN] Entering main script!")
s = shell.Shell()
s.start()
s.execute_python_custom_script(UserBot())