7 lines
93 B
Python
7 lines
93 B
Python
def main():
|
|
print("Hello from sway-eww-helper!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|