TIL'ed that in Python you can override the division operator and that it doesn't have to return a float. Pathlib uses this to let you use forward slashes outside of strings!
https://stackoverflow.com/questions/53083963/python-pathlib-operator-how-does-it-do-it





