~jfb-tempo-consulting/unifield-web/US-6490

1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

class Extends(object):
    """ Used to mark the inheriting object as extending an other inheriting object.

    The extension and validation behaviors *have* to be implemented by the object's metaclasses.
    """
    pass