atlas
atlas copied to clipboard
Add Type Annotations
This will be a WIP PR for a long time, and it'll have to move until we adopt type annotations as the standard for the codebase. Since it's limited to a single file for now, it's pretty easy (thus the good first issue tag).
Because you're planning to have type annotations everywhere, I would suggest using mypy to perform static type checking. This could also be added as a CI step (#9).
Good call. I'll add it