Windows
py -m pip install git+https://github.com/HealthyGamer/sandbox.git
Linux & Mac
pip3 install git+https://github.com/HealthyGamer/sandbox.git
This is a namespace-like package, which means its contents must be imported explicitly to avoid loading unwanted submodules.
import sandbox.game as game
game.run()