intellij-plugin/features/ai-hints-python/testResources/META-INF/plugin.xml (10 lines of code) (raw):
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.jetbrains.edu.aiHints.python</id>
<xi:include href="/META-INF/educational-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<content>
<module name="AI"/>
<module name="ai-hints-core"/>
<module name="ai-hints-python"/>
<module name="Edu-Python"/>
</content>
</idea-plugin>