🖌️ The shebang is important

This commit is contained in:
Odd Stråbø 2020-10-03 14:54:47 +02:00
commit c08045c418

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import, print_function, unicode_literals