Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 2, 2023
1 parent 86c2fd9 commit 9722957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrbxm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tree
import datatypes
import tr as tree
import types as datatypes
import bin as binary
def readBinary(file):
with open(file, "rb") as file:
Expand Down

0 comments on commit 9722957

Please sign in to comment.