Added command line options to create a new project based on a given workflow.

This commit is contained in:
2006-04-25 12:19:25 +00:00
parent 16820cf29e
commit 251f9d6cf4
5 changed files with 74 additions and 20 deletions

View File

@@ -53,6 +53,7 @@ class Workflow:
"""
name = "Workflow"
ident = None
description = "Workflow Description"
def __init__(self, app):