aboutsummaryrefslogtreecommitdiff
path: root/source/clusters.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/clusters.py')
-rwxr-xr-xsource/clusters.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/clusters.py b/source/clusters.py
index bdfebe6e..02766bdf 100755
--- a/source/clusters.py
+++ b/source/clusters.py
@@ -1,4 +1,6 @@
-# -*- coding: utf-8 -*-
+#! /usr/bin/env python
+#-*- coding: utf-8 -*-
+
import random
from math import sqrt
bgstack15