uv/test/packages/black_editable/black/__init__.py

7 lines
78 B
Python

def main():
print("Hello world!")
if __name__ == "__main__":
main()