From 2deeeebc04b0f1b2d5ab67a9f37f4668be5ec2db Mon Sep 17 00:00:00 2001 From: coon Date: Thu, 11 Sep 2025 23:02:13 +0200 Subject: [PATCH] add mixer.py --- mixer.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 mixer.py diff --git a/mixer.py b/mixer.py new file mode 100755 index 0000000..ecfddaf --- /dev/null +++ b/mixer.py @@ -0,0 +1,7 @@ +#!/bin/python + +def main(): + pass + +if __name__ == '__main__': + main()