vivaria / tja2fumen

Mod tool to convert TJA chart files (.tja) into .bin files compatible with official games
https://pypi.org/project/tja2fumen/
MIT License
13 stars 1 forks source link

Convert TJA/Fumen classes into dataclasses #57

Closed vivaria closed 1 year ago

vivaria commented 1 year ago

This branch was originally used to test out Pydantic. However, after some profiling, I came to the conclusion that runtime type checking is overkill for a project like this. So, instead, I'm sticking with static typing via dataclasses.

Fixes #56.