tp/tools/libdol2asm/data/__init__.py

16 lines
332 B
Python

from .identifier import *
from .symbol import *
from .section import *
from .library import *
from .translation_unit import *
from .module import *
from .lgs import *
from .base import *
from .literal import *
from .struct import *
from .string import *
from .vtable import *
from .reference_array import *
from .function import *