Example #1
0
    def do_provider(self, _args):
        """
Interact with exported providers on the device
        """
        subconsole = Provider(self.session)
        subconsole.cmdloop()