Typo fix + start of error handling

This commit is contained in:
Emile Clark-Boman 2025-07-06 21:42:09 +10:00
parent 1181ea9743
commit bab593a86b
3 changed files with 10 additions and 1 deletions

View file

@ -2,7 +2,7 @@
import sys
import readline
from noether.math import *
from noether.lib.math import *
from noether.cli import *