Closed vikjam closed 3 years ago
Stargazer is used in moviestar.py, but it is not imported in the script. I think you just need to add from stargazer.stargazer import Stargazer.
from stargazer.stargazer import Stargazer
Happy to submit a pull request if you'd prefer.
Thank you!
Stargazer is used in moviestar.py, but it is not imported in the script. I think you just need to add
from stargazer.stargazer import Stargazer
.Happy to submit a pull request if you'd prefer.