aboutsummaryrefslogtreecommitdiff
path: root/inputs/RandomLocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'inputs/RandomLocs.py')
-rw-r--r--inputs/RandomLocs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/inputs/RandomLocs.py b/inputs/RandomLocs.py
index d1ce1c7..2719981 100644
--- a/inputs/RandomLocs.py
+++ b/inputs/RandomLocs.py
@@ -4,6 +4,9 @@ import util.Geo as Geo
import util.Strings as Strings
from operationscore.Input import *
class RandomLocs(Input):
+ """RandomLocs is an Input that generates RandomLocations at a preset time interval. Just a
+ prototype, some assembly required."""
+
def inputInit(self):
self['LastEvent'] = clock.time()
def sensingLoop(self): #TODO: move to params