mirror of
https://github.com/pdxlocations/contact.git
synced 2026-07-06 18:00:55 +02:00
696370308f
Most commonly, the __main__.py file is used to provide a command-line interface for a package. __main__.py will be executed when the package itself is invoked directly from the command line using the -m flag.