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