Source code for netdev.vendors.arista.arista_eos

from netdev.vendors.ios_like import IOSLikeDevice


[docs]class AristaEOS(IOSLikeDevice): """Class for working with Arista EOS""" pass