dev #12

Merged
Arcmyx merged 45 commits from dev into main 2025-12-19 22:45:13 +00:00
Showing only changes of commit 3408ed5760 - Show all commits

View File

@@ -1,2 +1,4 @@
def vprint(string, verbose): verbose = True
def log(string):
if(verbose):
print("[LOG (verbose)]", string) print("[LOG (verbose)]", string)