numpy is very important

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

View File

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