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
Hi,
Looking forward to using the package.
I can't run the example code. I get a syntax error, at the hyphen:
from fightin-words import fightin-words as fw
^
SyntaxError: invalid syntax
Is this resolvable?
Thanks!
The text was updated successfully, but these errors were encountered:
The module probably should be renamed to an underscore... I can try to do that but it's been a good long while since I've come back to this piece of code. No promises on when.
While I get to doing that you can probably still achieve the import with importlib by doing something like:
Hi,
Looking forward to using the package.
I can't run the example code. I get a syntax error, at the hyphen:
from fightin-words import fightin-words as fw
^
SyntaxError: invalid syntax
Is this resolvable?
Thanks!
The text was updated successfully, but these errors were encountered: