We notice a tool

Building a greenhouse universe

As soon as something is growing, there is usually something nearby to help care for it.


universe Greenhouse {
  describe { ... }

  concept TomatoPlant {
    describe { ... }
  }

  concept WateringCan {
    describe {
      A metal watering can with a long spout.
    }
  }
}