Skip to content

Commit d920649

Browse files
authored
Simple blank project (#182)
Related to RaspberryPiFoundation/editor-ui#533
1 parent 26fe7b7 commit d920649

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

lib/tasks/project_components/blank_python_starter/main.py

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
NAME: 'Blank Python Starter'
2+
IDENTIFIER: 'blank-python-starter'
3+
TYPE: 'python'
4+
COMPONENTS:
5+
- name: 'main'
6+
extension: 'py'
7+
location: 'main.py'
8+
index: 0
9+
default: true

0 commit comments

Comments
 (0)