We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1dc7 commit 57e13d5Copy full SHA for 57e13d5
example1-inheritance/README.md
@@ -6,7 +6,8 @@ This is the inheritance example. The important parts are commented in the source
6
# Example
7
8
```python
9
-from my_module import BaseClass
+from my_module import BaseClass, InheritanceClass
10
+
11
bc = BaseClass()
12
inh = InheritanceClass()
13
0 commit comments