Skip to content

Commit 24b3d80

Browse files
committed
add imports to readme
1 parent cf10405 commit 24b3d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Users of PyGridSim have the option between creating a fully customized circuit a
7575

7676
## Customized Circuit Creation
7777
```python
78+
from pygridsim import PyGridSim
7879
circuit = PyGridSim()
7980

8081
# Add Custom Source and Load
@@ -99,6 +100,7 @@ Note that the losses here are expressed in Watts, and the Voltages in Volts. The
99100

100101
## Defaults-Based Circuit Creation
101102
```python
103+
from pygridsim import PyGridSim
102104
circuit = PyGridSim()
103105

104106
# Add Custom Source and Load

0 commit comments

Comments
 (0)