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

Exports CSV's not exposed to main package #156

Open
Benedict-Carling opened this issue Sep 5, 2021 · 0 comments
Open

Exports CSV's not exposed to main package #156

Benedict-Carling opened this issue Sep 5, 2021 · 0 comments

Comments

@Benedict-Carling
Copy link
Collaborator

Hello

export_csvs is imported by the __init__.py of the cam package however this function does not propagate though to main like the others in the cam package

resolved if export_csvs is added to the following list below

from .cam import (
BasicBuild,
BuildDecoder,
BuildEncoder,
new_part_resuspension,
export_echo_assembly,
pdf_instructions,
)

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

1 participant