修复 main.py 文件末尾缺少换行符

This commit is contained in:
2025-04-02 13:07:02 +08:00
Unverified
parent a2e95081c5
commit c659bee355

View File

@@ -77,4 +77,4 @@ def pseudo_zsh():
pass # 忽略 Ctrl+D
if __name__ == "__main__":
pseudo_zsh()
pseudo_zsh()