<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#
# This file is part of pysmi software.
#
# Copyright (c) 2015-2018, Ilya Etingof &lt;etingof@gmail.com&gt;
# License: http://snmplabs.com/pysmi/license.html
#
from pysmi.borrower.base import AbstractBorrower


class AnyFileBorrower(AbstractBorrower):
    """Create arbitrary MIB file borrowing object"""
</pre></body></html>