feat: Initial version with an empty uv project

This commit is contained in:
2025-09-02 10:30:50 +02:00
commit c7ceb3b109
6 changed files with 32 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from sway-eww-helper!")
if __name__ == "__main__":
main()