HomeClusterLabs Projects

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

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
Parents
rP0b6fef7543ce: Refactor: CTS: Get rid of global variables in fence_dummy.
Branches
Unknown
Tags
Unknown