From fc5a7eb45876170e8c3959402f151ab23e4701f0 Mon Sep 17 00:00:00 2001 From: breadmilc Date: Thu, 23 Oct 2025 10:01:02 -0500 Subject: [PATCH] changed main.py name and added typecasting.py --- typecasting.py | 0 main.py => variables.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 typecasting.py rename main.py => variables.py (100%) diff --git a/typecasting.py b/typecasting.py new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/variables.py similarity index 100% rename from main.py rename to variables.py