# Introduction
When you develop applications with multiple subprojects, services, or endpoints, getting data uniformity is still a problem.
The purpose of this library is to create some "blueprints" which will be shared between all the subprojects, they're simply called "Models".
# How it works
Keep it in mind: Create a model is simple.
TODO