SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
20 stars 8 forks source link

Imports inside functions don't work #71

Closed lukemarsden closed 2 years ago

lukemarsden commented 2 years ago
import cv2
def foo():
  cv2.bar()

fails with can't import cv2