package sample;

import java.util.List;

public class ThoughtManager {
    private List<Thought> thoughts;
}