14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18
"""Inter-object utility class."""
24
21
class InterObject(object):
25
22
"""This class represents operations taking place between two objects.