MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / main

Function main

gui/app.py:1776–1782  ·  view source on GitHub ↗

Main entry point.

()

Source from the content-addressed store, hash-verified

1774
1775
1776def main():
1777 """Main entry point."""
1778 SAVED_AUTH_DIR.mkdir(parents=True, exist_ok=True)
1779 ACTIVE_AUTH_DIR.mkdir(parents=True, exist_ok=True)
1780
1781 app = GUILauncher()
1782 app.run()
1783
1784
1785if __name__ == "__main__":

Callers 1

app.pyFile · 0.70

Calls 2

runMethod · 0.95
GUILauncherClass · 0.85

Tested by

no test coverage detected