makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

Improving Imports #95

Open emilkovacev opened 1 year ago

emilkovacev commented 1 year ago

Proposed changes

Instead of relying on the sys library to attempt to make relative imports, this PR formats imports with a more standard approach, which hopefully should work seamlessly on other systems.

Types of changes

Checklist