7 lines
205 B
Python
7 lines
205 B
Python
"""
|
|
@file utils/__init__.py
|
|
@brief Package initializer for utility helpers.
|
|
@details Exposes helper modules used by OMG-Fuscator (encryption, junk generation,
|
|
and obfuscated name generation).
|
|
"""
|