This commit is contained in:
Timothy J. Baek
2024-06-10 17:24:42 -07:00
parent 12a04b118f
commit f43b545bdd
2 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
from datetime import datetime
import requests
class Tools:
def __init__(self):
pass
@@ -40,6 +41,7 @@ class Tools:
except Exception as e:
print(e)
return "Invalid equation"
`;
</script>