Add shebang line

This commit is contained in:
Maximilian Moser
2024-02-28 22:35:20 +01:00
parent eae47faed0
commit 3ca479a251

2
maxman.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/bin/env python3
import abc
import dataclasses
import math