Source code for _exos_ext_exsys

########################################################################
# Copyright (c) Extreme Networks Inc. 2021
# All rights reserved
########################################################################
# STUB!
#
# This is a stub to keep sphinx, the doc generator, happy.  It needs to be able
# to import exos.api, but that means importing the C extensions as well.  Problem is,
# the C extensions only build on a target and sphinx can't run on a target.
# So, we'll work-around with a little stub action.  The good news is, we're not interested in
# documenting the C extensions, just the Python API itself.
#
# STUB!


[docs]class ExosError(object): pass
class ExosRuntimeError(object): pass def get_mac(): pass