Testing
The moment has arrived to unveil the results of your hard work and creativity by demoing your first framework.
main.py
# -*- coding: utf-8 -*-
"""{ Testing } Read The Docs"""
from framework import MyFramework
app = MyFramework()
if __name__ == "__main__":
app.cli()
python main.py hello-world> Hello World (Middleware)
> Hello World (Commands)
> Hello World (Commands)