#PLEASE DO NOT EDIT THIS CODE
#This code was generated using the UMPLE 1.36.0.8167.348d94dc1 modeling language!
# line 5 "../ExternalInterfaceTest.ump"
from Serializable import Serializable

class MyData(Serializable):
    #------------------------
    # MEMBER VARIABLES
    #------------------------
    #------------------------
    # CONSTRUCTOR
    #------------------------
    def __init__(self):
        pass

    #------------------------
    # INTERFACE
    #------------------------
    def delete(self):
        pass