#!/usr/local/bin/python2 from UserList import UserList l = [1,2,3] UserList(l)