// Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
// Licensed under the Apache License, Version 2.0 (see LICENSE).
package com.twitter.intellij.pants.service.python.component;
import com.intellij.openapi.components.ProjectComponent;
public interface PantsPythonProjectComponent extends ProjectComponent {
}