blob: b9a23dc80c3360b37ac7edf920117a40b5019c95 [file] [log] [blame]
#
# -*- coding: utf-8 -*-
#
# This file is part of reclass (http://github.com/madduck/reclass)
#
# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
class BaseMerger(object):
def merge(self, first, second):
raise NotImplementedError