diff options
author | Håkon Solbjørg <hlsolbjorg@gmail.com> | 2019-04-01 22:43:27 +0200 |
---|---|---|
committer | Håkon Solbjørg <hlsolbjorg@gmail.com> | 2019-04-02 19:56:08 +0200 |
commit | 98e35a3fa02b598d104cde9aafb877006d8065b3 (patch) | |
tree | dcee95cb0847b81a33051683eacb7a5e572bdddd /cables.py | |
parent | 8b2ce44bbe1456088f72d677a48cb230cf0991e1 (diff) |
feat: Add argparse to allow for specifying which labler function to run 🤙
Diffstat (limited to 'cables.py')
-rw-r--r-- | cables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cables.py b/cables.py new file mode 100644 index 0000000..f32d7bc --- /dev/null +++ b/cables.py @@ -0,0 +1,2 @@ +def make_cable_labels(): + print("Generating labels for cables") |