Base class names

This commit is contained in:
Daniel Ziltener 2022-05-13 02:58:23 +02:00
parent 9fb2cd86d2
commit ed5f1b4938
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Class {
#name : #BowerBlock,
#superclass : #Object,
#category : #Bowerbird
}

View file

@ -0,0 +1,5 @@
Class {
#name : #BowerCommand,
#superclass : #Object,
#category : #Bowerbird
}

View file

@ -0,0 +1,5 @@
Class {
#name : #BowerCrawler,
#superclass : #Object,
#category : #Bowerbird
}

View file

@ -0,0 +1,5 @@
Class {
#name : #BowerData,
#superclass : #Object,
#category : #Bowerbird
}