# # This file is part of pysmi software. # # Copyright (c) 2015-2019, Ilya Etingof # License: http://snmplabs.com/pysmi/license.html # from pysmi.borrower.base import AbstractBorrower class AnyFileBorrower(AbstractBorrower): """Create arbitrary MIB file borrowing object"""