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

Expose load and schema modules #22

Closed
francesco086 opened this issue Oct 31, 2023 · 1 comment
Closed

Expose load and schema modules #22

francesco086 opened this issue Oct 31, 2023 · 1 comment
Labels
enhancement New feature or request hacktoberfest

Comments

@francesco086
Copy link
Collaborator

francesco086 commented Oct 31, 2023

Currently when dac create a package from load.py and schema.py, it exposes the load function and the Schema class, but any other object defined in those two modules are hidden under DAC_PKG_NAME._load and DAC_PKG_NAME._schema.

In many scenarios it is useful to have access to objects defined in those two modules. Therefore I would be better to make the accessible as DAC_PKG_NAME.load and DAC_PKG_NAME.schema

@francesco086
Copy link
Collaborator Author

Solved with #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant