5 lines
81 B
Python
5 lines
81 B
Python
__all__ = ['jobMgr']
|
|
|
|
from . import JobManager
|
|
|
|
jobMgr = JobManager.JobManager()
|