-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'test' from 'test' #6
Comments
use import test |
make sure test file and your main python file are in same floder / directory |
what is the test file? are we supposed to create it ourselves? |
Follow the instructions in the readme file for the spoofing feature. |
Follow the instruction of sir @computervisioneng , its on the spoofing file links given on the README |
I am getting following error - ImportError: cannot import name 'test' from 'test'
I am using python v3.11
The text was updated successfully, but these errors were encountered: