for performance

This commit is contained in:
Ranomier 2024-11-24 02:06:19 +01:00
parent 5b9d9d3e50
commit c0deb9d71d

2
scrnl
View file

@ -4,6 +4,8 @@
from os import environ
import os.path as path
import subprocess as sp
# import like this makes the code run 1ms faster xD
from sys import exit as sysexit
from sys import argv as sysargv