## initialize hook ## ## Any code here will be placed inside the ‘initialize()` function and called ## before running anything else. ## ## The original command line arguments are available in the `command_line_args` ## array. You can modify or override the input before it is processed further, ## though this is usually only needed for advanced use cases. ## ## You can safely delete this file if you do not need it.