Skip to content
Snippets Groups Projects
Commit 46188728 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

shebang on aura.py

parent ebd60899
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python3
import signal
import sys
import threading
......@@ -55,4 +57,4 @@ def main():
if __name__ == "__main__":
main()
\ No newline at end of file
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment