I'm writing a library for Python, and it uses Pygame. To make it more mobile and user-friendly, I want to be able to import Pygame like you can import jQuery in JavaScript/ HTML. I have the Pygame zip file, but I have not been able to find any sort of help. Here's what I'm talking about, but written in HTML:
<script src="example.js"></script>
In python, it should look something like
import Pygame
Please try to explain this in beginner language - as simple as possible, and if possible - with examples.
Thanks :D