Source code for GenerIter.app.clep_inventory

from GenerIter.app.inventory import Inventory

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