adding new factories

This commit is contained in:
Wayne Witzel III
2016-05-23 17:14:33 -04:00
parent 51dc42af2f
commit 0516ef02ca
4 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from .tower import (
create_organization,
create_job_template,
)
__all__ = [
'create_organization',
'create_job_template',
]