This is an example that shows the autoproxy feature.
Pyro will automatically return a Proxy instead of the object itself,
if you are passing a Pyro object over a remote call.

This means you can easily create new objects in a server and return them
from remote calls, without the need to manually wrap them in a proxy.

Note that when using the marshal serializer, this feature will not work.
