Compiled Executable.
Changes:
- New Encoder: `DaeEncoder`.
- Code structure refactoring.
- Removed `mcvd_to_XXX` functions in `scfile.utils.convert`, as this is literally same format as `mcsa`.
- Any Decoders by default at end of `decode()` method set pointer to start (`seek(0)`).
- McsaFileIO: Now does rounds floats to 6 digits, regardless of outgoing encoding.
- `consts.Factor` has been reduced by one.
Refactoring:
- File formats moved from `scfile.file.XXX` to `scfile.file.formats.XXX`.
- Base classes `FileDecoder`, `FileEncoder`, `BaseFile` moved from `scfile.file` to `scfile.file.base`.
- File data modularized and moved from `scfile.file` to `scfile.file.data`.
- Entrypoint modularized from `scfie.__main__` to `scfile.cli`
- Model dataclasses modularized.
MD5: `14A39AA662AA38E6B9ABC5058688501E`
SHA-1: `A838BA4E8BE7CBC2CF89CA4210A16B7FA9F29F09`