Release 15 - Revamp #38

Merged
ChaoticByte merged 27 commits from devel into main 2023-03-26 11:09:31 +00:00
Showing only changes of commit 983cfb0fee - Show all commits

View file

@ -8,7 +8,6 @@ from atexit import register as register_exithandler
from pathlib import Path
from signal import SIGINT
from subprocess import Popen
from sys import path as sys_path
from sys import stdout, stderr
from time import sleep