HomeClusterLabs Projects

Refactor: CTS: Add a docstring for the main function.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: CTS: Add a docstring for the main function.

Note that another way to do this would be to get rid of the main
function and instead put everything under the "if name == "
conditional. However, doing that makes all the variables global, which
then means they need to obey different rules and we also need to make
sure that functions don't define variables with the same names.

That's a lot more work for relatively little benefit, so just add the
docstring instead.

Details

Provenance
clumensAuthored on May 22 2024, 10:57 AM

Commit No Longer Exists

This commit no longer exists in the repository.