Introduction

Core entry point of the Python app (backend):


Types of main.py

1. CLI App

print("Hello World")

2. Backend Server

app = FastAPI()