04a9dc903e6a7a4fe4871465be1b55fa84cf13ce
[bottlenecks.git] / vstf / vstf / agent / spirentagent.py
1 from vstf.agent.spirent.tools import Spirent_Tools as Spirent
2
3
4 class agentSpirent(Spirent):
5     def __init__(self):
6         super(agentSpirent, self).__init__()