# File flickr.rb, line 269
    def initialize(id=nil)
      @id = id
      @client = Flickr.new
    end