6 lines
106 B
Python
6 lines
106 B
Python
|
from mininet.topo import Topo
|
||
|
|
||
|
class MpMininetBuilder(Topo):
|
||
|
def __init__(self):
|
||
|
Topo.__init__( self )
|