mixer-rpc/mixer.py
2025-09-11 23:02:13 +02:00

7 lines
75 B
Python
Executable file

#!/bin/python
def main():
pass
if __name__ == '__main__':
main()