How can the dictionary
class Foo: def __init__(self,value): self.property = value dictionary = {"one":Foo(1), "t