Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1 @@
coclass 'Animal'

View file

@ -0,0 +1,2 @@
coclass 'Dog'
coinsert 'Animal'

View file

@ -0,0 +1,2 @@
coclass 'Cat'
coinsert 'Animal'

View file

@ -0,0 +1,2 @@
coclass 'Lab'
coinsert 'Dog'

View file

@ -0,0 +1,2 @@
coclass 'Collie'
coinsert 'Dog'

View file

@ -0,0 +1,4 @@
coinsert_Dog_ 'Animal'
coinsert_Cat_ 'Animal'
coinsert_Lab_ 'Dog'
coinsert_Collie_ 'Dog'