Add tutorial models

This commit is contained in:
Yentl Van Tendeloo 2017-11-30 08:20:45 +01:00
parent a3050e5f1d
commit 070993ac35
17 changed files with 533 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from pypdevs.DEVS import AtomicDEVS
class MyModel(AtomicDEVS):
def __init__(self):
AtomicDEVS.__init__(self, "example")