seedcase-project / seedcase-sprout

Upload your research data to formally structure it for better, more reliable, and easier research.
https://sprout.seedcase-project.org/
MIT License
0 stars 0 forks source link

chore: :children_crossing: limit functions accessible when importing all #626

Closed lwjohnst86 closed 2 weeks ago

lwjohnst86 commented 2 weeks ago

Description

These changes sets up the structure so that whenever from sprout.core import * is used, it only gives access to the functions we want. So far, I've only added commented code, but we can use this also as a nice visual to see our progress :tada:

Closes #533

Reviewer Focus

This PR needs a quick review.