mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-24 18:23:41 -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:
@@ -1,6 +1 @@
|
||||
from __future__ import absolute_import
|
||||
from . import configuration as config
|
||||
from . import crystal
|
||||
from . import preprocessor
|
||||
|
||||
__version__ = "1.6.0"
|
||||
|
||||
Reference in New Issue
Block a user