Skip to content

Commit 5dafc9d

Browse files
committed
Add back the ReplayBuffer import. Oops.
1 parent ea503a1 commit 5dafc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from config import FULL, PARTIAL, CUSTOM, FILES, PROCESSORS, READERS
44
from mpyq import MPQArchive
55
from objects import Replay
6-
from utils import read_header
6+
from utils import ReplayBuffer, read_header
77

88
__version__ = "0.3.0"
99
__author__ = "Graylin Kim <[email protected]>"

0 commit comments

Comments
 (0)