Skip to content

Commit

Permalink
- Added support for parsing and validating tribal t6 records
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Nov 29, 2023
1 parent b52c0d1 commit 2b7036f
Show file tree
Hide file tree
Showing 12 changed files with 770 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
from .t3 import t3
from .t4 import t4
from .t5 import t5
from .t6 import t6

t1 = t1
t2 = t2
t3 = t3
t4 = t4
t5 = t5
t6 = t6
Loading

0 comments on commit 2b7036f

Please sign in to comment.