MCPcopy Create free account
hub / github.com/smacke/ffsubsync / main

Function main

ffsubsync/ffsubsync.py:1037–1039  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1035
1036
1037def main() -> int:
1038 parser = make_parser()
1039 return run(parser)["retval"]
1040
1041
1042if __name__ == "__main__":

Callers 1

ffsubsync.pyFile · 0.70

Calls 2

runFunction · 0.85
make_parserFunction · 0.70

Tested by

no test coverage detected