Skip to content

Commit 9742f65

Browse files
authored
Update simulate.py
Add top-level docstring
1 parent e8d953f commit 9742f65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

simpy/simulate.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""Companion code to https://realpython.com/simulation-with-simpy/
2+
3+
'Simulating Real-World Processes With SimPy'
4+
5+
Python version: 3.7.3
6+
SimPy version: 3.0.11
7+
"""
8+
19
import simpy
210
import random
311

0 commit comments

Comments
 (0)