1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-05 16:00:27 +08:00

Update filereader.py

This commit is contained in:
Escartem
2024-07-30 12:40:17 +02:00
parent 74bb79ee61
commit 934f12964a

View File

@@ -5,8 +5,7 @@ import struct
class FileReader:
"""
Simplified byte file reader with buffer, it's not particularly optimised but good enough
In the scope of this project, not everything will be used in here
File reader for files, not much too say
"""
def __init__(self, file, endianness:str):