# Super Lightweight Flask Web Server * `pip install requirements.txt` * `python x_way.py` * `http://127.0.0.1:5000` -> `Hello World` * `http://127.0.0.1:5000/api1` -> `api1` * `http://127.0.0.1:5000/api2` -> `api2`