Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from enum import IntEnum #5

Closed
agostini81 opened this issue Apr 12, 2018 · 1 comment
Closed

from enum import IntEnum #5

agostini81 opened this issue Apr 12, 2018 · 1 comment

Comments

@agostini81
Copy link

Hello there
I cant run this program , the file class enum.py is missing
this is being imported from enums.py
from enums import IntEnum

it doesn't run , do you have the type of IntEnum ? or the class ? so I can run it

@hkociemba
Copy link
Owner

enum is part of Python since version 3.4
https://docs.python.org/3/library/enum.html
Please check the version you use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants