more linux compatible good practice stuff?
This commit is contained in:
7 files changed
+34
-23
No files matched your search
Regular → Executable
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3.11
|
||||
|
||||
# Define global debug function
|
||||
debug = lambda data : print(f'>> Debug: {data}') if type(data) == str else print('>> Debug: ', data)
|
||||
Reference in new issue
Block a user