We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pyfrc/pyfrc/physics/core.py
Line 50 in 9959bff
https://docs.python.org/3/library/typing.html#typing.Protocol
The text was updated successfully, but these errors were encountered:
Says it was added in 3.8. Is it in future?
Sorry, something went wrong.
In the past I've just done something like this:
try: from typing import Protocol except ImportError: Protocol = object
It should also be in typing_extensions.
typing_extensions
No branches or pull requests
pyfrc/pyfrc/physics/core.py
Line 50 in 9959bff
https://docs.python.org/3/library/typing.html#typing.Protocol
The text was updated successfully, but these errors were encountered: