Bug Fixes
* Expand basic test and fix bugs. Realized that we have one too many layers of typers ([ecac00c](https://github.com/nickderobertis/typer-router/commit/ecac00c60fbf88e16e0d707d53ff057108263161))
* Fix lint issue with app module file ([64bab0a](https://github.com/nickderobertis/typer-router/commit/64bab0a3d3db946a11070a123105f09ac13ed4a3))
* Get to typer fully working, from a unit test perspective ([9320f45](https://github.com/nickderobertis/typer-router/commit/9320f45ed07ce62aa7d6f02fca97f0fe559b9f40))
* Update packages, hopefully fixes pip-tools install issue ([6d76460](https://github.com/nickderobertis/typer-router/commit/6d76460352ef7570216dda7f9242cadc0ea79472))
Features
* Add e2e tests for typer from router app import path ([65a75ee](https://github.com/nickderobertis/typer-router/commit/65a75eebffcc83afa23e27a44bf462cf035988dd))
* Add models for route, router and initial logic to create typer (with lots of mess) ([17dcf34](https://github.com/nickderobertis/typer-router/commit/17dcf34c335e08924cb16db933f2539924a8fe34))
* Allow passing typer kwargs ([b11edf1](https://github.com/nickderobertis/typer-router/commit/b11edf1b04219d75ba2a0dfc879c9d0549875d9a))
* Implement creating router from app import path ([e82e90c](https://github.com/nickderobertis/typer-router/commit/e82e90cd32fe46c1d89dfd9d81f805396bbebac3))