This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| GitHub CLI 测试演示文件 | |
| 这是一个简单的 Python 脚本示例 | |
| """ | |
| def hello_github(): | |
| print("Hello from GitHub CLI!") | |
| print("这是通过 Manus GitHub 连接器创建的测试文件") |