forked from SunnyQjm/nwfq-ndnsim
12 lines
121 B
Python
12 lines
121 B
Python
import sys
|
|
sys.path.insert(0, "../../build/examples/d")
|
|
from d import *
|
|
|
|
|
|
d = D ()
|
|
print d.d
|
|
DDoA (d)
|
|
DDoB (d)
|
|
DDoC (d)
|
|
|