Nice! Some nitpicking:
* Please make it `import neel` and not `import Neel`, uppercase for module imports is not idiomatic. * Please write `x: type` and not `x :type`, the space comes after the colon, not before. * Please don't claim static typing doesn't help with UIs, it does, it helps for everything. ;-)