Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary of Changes Fix some issues with the initial implementation of the classes for tables, columns, and rows: * Import them in `__init__.py` file so they can be used elsewhere. * Add leading underscore to attribute names to indicate that they are only for internal use. * Turn class attributes into instance attributes. * Add a dummy test for CI (can be removed once actual tests are available).
- Loading branch information