summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/agent/spirentagent.py
blob: 04a9dc903e6a7a4fe4871465be1b55fa84cf13ce (plain)
1
2
3
4
5
6
from vstf.agent.spirent.tools import Spirent_Tools as Spirent


class agentSpirent(Spirent):
    def __init__(self):
        super(agentSpirent, self).__init__()