package org.python.expose; /** * Marker interface that indicates this class and all of its subclasses should be exposed to Python * with the same Python type as its superclass. */ public interface ExposeAsSuperclass {}