8 lines
289 B
Python
8 lines
289 B
Python
"""
|
|
@file transformers/__init__.py
|
|
@brief Package initializer for the transformers module.
|
|
@details Groups AST transformers and analyzers used by OMG-Fuscator, including
|
|
renaming, control-flow flattening, class mapping, attribute handling,
|
|
and symbol tree utilities.
|
|
"""
|