BOA main flow

BOA main file.

This file handles the higher level interaction with BOA.

Main tasks:

  • It handles args.

  • It handles runners modules.

  • It handles code modules (BOA’s goal).

  • It handles the general flow.

boa.main()

It handles the main BOA’s flow at a high level.

Returns

status code

Return type

int

boa.manage_args()

It handles BOA’s general args through ArgsManager class.

Returns

status code

Return type

int