5 lines
139 B
Python
5 lines
139 B
Python
from functools import partial
|
|
from parse.generic import constants
|
|
|
|
parse = partial(constants.parse, path='constants/sprite_constants.asm')
|