class MyClass:
  def __init__(self):
      self.my_property = None

my_object = MyClass()
my_object.my_property.something()