mirrored 3 minutes ago
0
kirkfeat: init project using uv 2bc72a9
def main():
    print("Hello from bird!")


if __name__ == "__main__":
    main()