diff options
-rwxr-xr-x[-rw-r--r--] | cameltris.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cameltris.py b/cameltris.py index 4fd144a..ea97fd5 100644..100755 --- a/cameltris.py +++ b/cameltris.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import pygame |