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
from prsaw import RandomStuff
rs = RandomStuffV2()
During import at the first line there is NameError: name 'RandomStuffV2' is not defined.
That error is noticed on the page https://pypi.org/project/prsaw/
from prsaw import RandomStuffV2
rs = RandomStuffV2()
The text was updated successfully, but these errors were encountered:
from prsaw import RandomStuff
rs = RandomStuffV2()
During import at the first line there is NameError: name 'RandomStuffV2' is not defined.
That error is noticed on the page https://pypi.org/project/prsaw/
from prsaw import RandomStuffV2
rs = RandomStuffV2()
The text was updated successfully, but these errors were encountered: