- 更新 pyproject.toml 中的包名 - 同步 uv.lock 中的包名 - 更新 README.md 中的项目目录和 Docker 镜像名称 - 更新 justfile 和 main.py 中的引用名称
7 lines
93 B
Python
7 lines
93 B
Python
def main():
|
|
print("Hello from yield-smart-app!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|