Synthetic home command line tools.
1"""Synthetic home command line tools.""" 2 3__all__ = [ 4 "create_inventory", 5 "export_inventory", 6]