main
main()
Main entry point of the script.
This block is executed when the script is run directly. It initializes the logger, and run VIRAL. It uses CLI interface. memory.
parse_logger()
Parses command-line arguments to configure the logger.
Returns:
Name | Type | Description |
---|---|---|
Logger |
Configured logger instance. |