blob: 3c4cd2c67654838835d78fac319f4604a357205c [file] [log] [blame]
package com.jetbrains.python.psi;
import org.jetbrains.annotations.NotNull;
/**
* @author Ilya.Kazakevich
*/
public interface PyStatementListContainer {
@NotNull
PyStatementList getStatementList();
}