예제 #1
0
 def __init__(self, value = 0):
     Currency.__init__(self, "HUF", "Hungarian National Bank", 0)
     self.value = value
예제 #2
0
 def __init__(self, value = 0):
     Currency.__init__(self, "USD", "Federal Reserve System", 0)
     self.value = value