diff --git a/lib/tasks/project_components/blank_python_starter/main.py b/lib/tasks/project_components/blank_python_starter/main.py new file mode 100644 index 00000000..e69de29b diff --git a/lib/tasks/project_components/blank_python_starter/project_config.yml b/lib/tasks/project_components/blank_python_starter/project_config.yml new file mode 100644 index 00000000..3d7befe5 --- /dev/null +++ b/lib/tasks/project_components/blank_python_starter/project_config.yml @@ -0,0 +1,9 @@ +NAME: 'Blank Python Starter' +IDENTIFIER: 'blank-python-starter' +TYPE: 'python' +COMPONENTS: + - name: 'main' + extension: 'py' + location: 'main.py' + index: 0 + default: true