mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-06-23 16:10:24 -05:00
Cut pokeyellow build time in half by nuking __init__.py
Turns out that uselessly importing the 7300-line crystal.py on every single invocation adds up!
This commit is contained in:
parent
89c054a265
commit
ceddb579b0
|
|
@ -1,6 +1 @@
|
|||
from __future__ import absolute_import
|
||||
from . import configuration as config
|
||||
from . import crystal
|
||||
from . import preprocessor
|
||||
|
||||
__version__ = "1.6.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user