From 4cee63ed87ab6613bf1569a311a9ec40002745ea Mon Sep 17 00:00:00 2001 From: Vincent Presciutti Date: Sun, 3 Jan 2021 18:44:40 -0500 Subject: [PATCH] Initial testing of class encapsulation --- testscript | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 testscript diff --git a/testscript b/testscript deleted file mode 100644 index 8a7e846..0000000 --- a/testscript +++ /dev/null @@ -1,3 +0,0 @@ -import os - -print(os.stat("font5x8.bin")[6])