1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-05 07:50:23 +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: class FileReader:
""" """
Simplified byte file reader with buffer, it's not particularly optimised but good enough File reader for files, not much too say
In the scope of this project, not everything will be used in here
""" """
def __init__(self, file, endianness:str): def __init__(self, file, endianness:str):