Fixed everything, final commit before 1.0.0

This commit is contained in:
alkadienePhoton
2026-01-22 16:25:09 -06:00
parent c8b520c12c
commit 6beeb837cf
4 changed files with 44 additions and 14 deletions

View File

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