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

Improved init files and exceptions #380

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Conversation

essweine
Copy link
Contributor

@essweine essweine commented Jan 30, 2024

This PR reorganizes some of the files into submodules and adds some imports to __init__ files.

The main changes are

  • moving script engine related stuff to its own module
  • consolidating lists of specs so they don't have be individually imported from the files where they're defined.

It also removes assert statements from the code, replacing them with exceptions where it makes sense.

There is also a bit of other cleanup of unused methods and useless imports.

@essweine essweine merged commit 557156c into main Jan 30, 2024
5 checks passed
@essweine essweine deleted the improvement/general-cleanup branch January 30, 2024 21:16
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

Successfully merging this pull request may close these issues.

2 participants