diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-02-14 22:06:14 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-02-14 22:06:32 +0100 |
commit | da93f0466cdeaf266debe5bacee6779354cf4a34 (patch) | |
tree | 8c28040fe8571aa2d64af3ce14360ef5ed8fb721 /modules/tools/python | |
parent | 5e386032b7436a24de9524e63691076f96a62a41 (diff) |
tools: Adding params and other dangling changes
Diffstat (limited to 'modules/tools/python')
-rwxr-xr-x | modules/tools/python/c_generate_iface.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tools/python/c_generate_iface.py b/modules/tools/python/c_generate_iface.py new file mode 100755 index 0000000..e5a0d9b --- /dev/null +++ b/modules/tools/python/c_generate_iface.py @@ -0,0 +1 @@ +#!/usr/bin/env python3 |