Files
sway-bar-helper/main.py

7 lines
93 B
Python

def main():
print("Hello from sway-eww-helper!")
if __name__ == "__main__":
main()