philh_myftp_biz.terminal.tree

Submodules

Package Contents

Classes

Tree

Base Command Tree

Functions

run_tree

API

class philh_myftp_biz.terminal.tree.Tree(*args: str)

Bases: philh_myftp_biz.terminal.tree.branch.Branch

Base Command Tree

Initialization

classmethod cls() None
class help
_NoArgs = 'Help Message not finished'
philh_myftp_biz.terminal.tree.run_tree(tree: type[philh_myftp_biz.terminal.tree.Tree]) None