Add tutorial models
This commit is contained in:
parent
a3050e5f1d
commit
070993ac35
17 changed files with 533 additions and 0 deletions
5
examples/tutorial_classic/mymodel.py
Normal file
5
examples/tutorial_classic/mymodel.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from pypdevs.DEVS import AtomicDEVS
|
||||
|
||||
class MyModel(AtomicDEVS):
|
||||
def __init__(self):
|
||||
AtomicDEVS.__init__(self, "example")
|
||||
Loading…
Add table
Add a link
Reference in a new issue