Add half of a coder

This commit is contained in:
2022-04-17 20:49:42 +02:00
parent 199758d97d
commit 64a8353006
7 changed files with 343 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
Class {
#name : #CarpModuleCoderViewModel,
#superclass : #GtSingleCoderViewModel,
#category : #'Carp-Coder'
}
{ #category : #accessing }
CarpModuleCoderViewModel >> elementClass [
^ CarpModuleCoderElement
]