diff options
author | Tom Ritter <tom@ritter.vg> | 2016-01-25 21:24:41 -0500 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2016-01-25 21:24:41 -0500 |
commit | 9b25f65ca655a567873c66c2b015884a3e013276 (patch) | |
tree | 242b994394ebbbcfdcc72eba6241f4ea03cf921c /jobs/JobSpawner.py |
Initial commit of checker
Diffstat (limited to 'jobs/JobSpawner.py')
-rwxr-xr-x | jobs/JobSpawner.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/JobSpawner.py b/jobs/JobSpawner.py new file mode 100755 index 0000000..3d09693 --- /dev/null +++ b/jobs/JobSpawner.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python
+
+class JobSpawner:
+ def get_sub_jobs(self):
+ pass
|