Repository URL to install this package:
__doc__ = u""" >>> c = C() >>> c.x 'foo' """ class C: x = "foo"