package ru.bvn13.imdbspider.imdb; /** * @author boyko_vn at 09.01.2019 */ public interface DataType { String get(); }