You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The qraat module is a member of itself. Python doesn't seem to have a problem with this but it seems to be bad practice. I think it's from "from csv import *" in the qraat init.py file since csv.py imports qraat.
The qraat module is a member of itself. Python doesn't seem to have a problem with this but it seems to be bad practice. I think it's from "from csv import *" in the qraat init.py file since csv.py imports qraat.