Populating starting classes.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-04-26 17:07:31 -05:00
parent 5129f209da
commit 571427c512
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Class {
#name : #HlGroup,
#superclass : #Object,
#instVars : [
'name',
'period',
'persons'
],
#category : #Holonica
}

1
Apps/Holonica/package.st Normal file
View File

@ -0,0 +1 @@
Package { #name : #Holonica }