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
The documentation here shows to do from kppy import KPDB, KPError
from kppy import KPDB, KPError
However, from looking through the source, it looks like this should be
from kppy.exceptions import KPError from kppy.database import KPDBv1
A few changes to the examples are necessary after changing these import statements, too.
The text was updated successfully, but these errors were encountered:
import
No branches or pull requests
The documentation here shows to do
from kppy import KPDB, KPError
However, from looking through the source, it looks like this should be
A few changes to the examples are necessary after changing these import statements, too.
The text was updated successfully, but these errors were encountered: