MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / Pets

Class Pets

Chapter 11 - PS/02_problem2.py:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2 pass
3
4class Pets(Animals):
5 pass
6
7class Dog(Pets):
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected