diff options
Diffstat (limited to 'ansible/netbox/main.py')
-rw-r--r-- | ansible/netbox/main.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ansible/netbox/main.py b/ansible/netbox/main.py deleted file mode 100644 index f77f4f0..0000000 --- a/ansible/netbox/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from netbox!") - - -if __name__ == "__main__": - main() |