friendlypics2.main module
Main entry point module for the application
-
friendlypics2.main.configure_logging()[source]
Configure the Python logging system for the app
Only configures the console based logger
-
friendlypics2.main.run(args)[source]
Main entrypoint function
- Parameters
args (list) – command line arguments to be passed to the application
- Returns
return code to report back to the shell with
- Return type
int