Source code for GenerIter.app.clep_algorithm

from GenerIter.app.algorithm import Algorithm

[docs]def main(): """The Command Line Entry Point for the packaged GenerIter.app.inventory app.""" app = Algorithm()