Add tools to interface with .rarc files, texture files, and message files

This commit is contained in:
Cuyler36
2024-11-13 10:17:48 -05:00
parent 0bee7dbc04
commit b6ad40416d
8 changed files with 3008 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
__version__ = "0.2.1"
__author__ = "Aurum"
from .jkrcomp import *
from .jkrarchive import *