sep-pm-platformer/project/physics/controllers/PlayerController.py

6 lines
122 B
Python

from physics.controllers.ElementController import ElementController
class PlayerController(ElementController):
pass