main module#

This file serves as a main entry point to RuFaS.

The main function run_rufas() will execute the model simulation(s). It accepts a path to the location of the input file(s) or, if this input is not given, it will run in interactive mode and accept input from the user.

main.main() None#
class main.CaseInsensitiveArgumentAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)#

Bases: Action

main.parse_gnu_args(args: Any | None = None) Namespace#

Parse command line options, if applicable