Source code for bagheera.cli

"""Command line interface for bagheera.

Description

"""

[docs]def main(*args,**kwargs): """ Invoke the command line interface. This is the Main entry point for bagheera. :param args: :param kwargs: :return: """ print("Hello Bagheera!")