from __future__ import absolute_import
# import models into model package
{{#models}}{{#model}}from .{{classVarName}} import {{classname}}{{/model}}
{{/models}}
from .job_command import JobCommand
from .jobs_command import JobsCommand
Python Client SDK tests from counters to users
Need to treat the job-related models as UserDict instances, which involves some adjustments to the Swagger code generators.