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