main
1namespace jive
2{
3  public interface Import<in T>
4  {
5    void import(T item);
6  }
7}