Added
- Package `.proto` files so that they can be reused by other packages [Pull Request 6](https://github.com/xainag/numproto/pull/6)
- Put declared `proto` names under a namespace to avoid name collisions when using it in another project and change location of compiled files to avoid import errors [Pull Request 7](https://github.com/xainag/numproto/pull/7)
- Updated README with instructions on how to use the `.proto` files from another project.