Skip to content

Commit a82850c

Browse files
authored
Update directoryStream.py
1 parent abbf0f8 commit a82850c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
from vbaProjectCompiler.Models.Entities.Streams.streamBase import StreamBase
22

3+
34
class DirectoryStream(StreamBase):
5+
"""
6+
The directory stream is an arrary of directory records
7+
"""
8+
49
pass

0 commit comments

Comments
 (0)