Allow a proxytype definition to be a union of the methods of multiple classes eg. ``` @proxytype(Foo | Bar | Baz) class Qux: ... ``` Would cause Qux to copy the members from Foo, Bar, and Baz