Evel_Space / utils.py
Senpaisora6's picture
Duplicate from Evel/Evel_Space
b2d34a8
raw
history blame contribute delete
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False