#!/usr/bin/python
"""
        UForge Marketplace CLI
"""

if __name__ == "__main__":
    import marketplacecli.marketplacecli
