Skip to content

Main Module

Vinicius Reif Biavatti edited this page Jul 25, 2022 · 1 revision

Application entry-point file

  • Use the main.py for the main file

✅ Do

main.py

❌ Don't

app.py
init.py
Clone this wiki locally