From c0deb9d71d757c9f1603b363d4a982fc7e2bfe69 Mon Sep 17 00:00:00 2001 From: ranomier Date: Sun, 24 Nov 2024 02:06:19 +0100 Subject: [PATCH] for performance --- scrnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrnl b/scrnl index 4c76af3..d8c3547 100755 --- a/scrnl +++ b/scrnl @@ -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