Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swc-installation-test-2.py: Collect classes together
Instead of interleaving class definitions with their instantiation. This will make it easier to build dependency chains that mix a few classes, because we don't have to worry about whether or not that class has been defined yet.
- Loading branch information