MCPcopy
hub / github.com/pluwen/awesome-testflight-link / main

Function main

scripts/order_status.py:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2from utils import renew_readme, load_links
3
4def main():
5 load_links()
6 print("[info] Regenerating README...")
7 renew_readme()
8 print("[info] Done!")
9if __name__ == "__main__":
10 main()

Callers 1

order_status.pyFile · 0.70

Calls 2

load_linksFunction · 0.90
renew_readmeFunction · 0.90

Tested by

no test coverage detected