ethteck / splat

A binary splitting tool to assist with decompilation and modding projects
MIT License
149 stars 41 forks source link

Lazy import as much as possible #350

Closed mkst closed 4 months ago

mkst commented 4 months ago

I tested this two ways:

  1. just having splat as a submodule like usual
  2. replacing the splat module in /usr/local/lib/python3.10/dist-packages/splat with this change

Fixes #331.

mkst commented 4 months ago

this makes using splat as a library a bit of a pain.