module documentation

Merge in annotations across a project tree.

Function main Merge source files and a pyi files in a project tree.
Function parse_args Process command line arguments using argparse.
def main(argv=None): (source)

Merge source files and a pyi files in a project tree. Args: argv: Flags and files to process.

def parse_args(argv): (source)

Process command line arguments using argparse.