Testing

The moment has arrived to unveil the results of your hard work and creativity by demoing your first framework.

main.py
from framework import MyFramework

app = MyFramework()

# Run Click
app.cli()