root/lang/python/pySchwartz/Worker.py
@
18627
| Revision 18627, 116 bytes (checked in by mattn, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/usr/bin/python |
| 2 | |
| 3 | from Job import Job |
| 4 | |
| 5 | class Worker(object): |
| 6 | can_do = '' |
| 7 | def work(self, job): |
| 8 | pass |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)