numpy is life

This commit is contained in:
Wannes-Sys 2023-06-11 22:23:10 +00:00
parent ce8b3ad6c7
commit 271253eff6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# note that running this file is gonna install numpy on you computer
# note that running this file is likely gonna install numpy on you computer
try:
import numpy as np
except ImportError: