-
Notifications
You must be signed in to change notification settings - Fork 3
API
bradendubois edited this page May 4, 2022
·
3 revisions
Details on the API provided in the project.
This assumes the steps in the Installation section have been followed, and the project is set up.
Note: For simplicity of import-statements, any examples will assume the project was installed as PyPI package.
To import the package:
import doImportant:
- The package name on PyPI is do-calculus, but the module to import is called
do.
To create an instance of the API:
from do import API
api = API()