tommyod / streprogen

The Python strength program generator.
https://github.com/tommyod/streprogen/
GNU General Public License v3.0
38 stars 9 forks source link

"Cannot find reference 'Program' in 'streprogen.py'" #37

Closed haemi closed 11 months ago

haemi commented 11 months ago

I installed streprogren 4.0 and PyCharm gives me the error "Cannot find reference 'Program' in 'streprogen.py' " on the line where I'm importing

from streprogen import Program

Am I missing something?