fotky
parent
b5c8959675
commit
c2c027036a
@ -0,0 +1,9 @@
|
|||||||
|
# animal.py
|
||||||
|
```python
|
||||||
|
|
||||||
|
class Animal:
|
||||||
|
|
||||||
|
class Bird:
|
||||||
|
|
||||||
|
class Mammal:
|
||||||
|
```
|
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
class Animal:
|
||||||
|
|
||||||
|
class Bird:
|
||||||
|
|
||||||
|
class Mammal:
|
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
Loading…
Reference in New Issue