mirror of
https://github.com/bikini/patchwork
synced 2026-06-27 08:08:41 +00:00
5 lines
220 B
Python
5 lines
220 B
Python
from .core import Obfuscator, obfuscate, obfuscate_file
|
|
from .audit import analyze_source, build_manifest
|
|
__version__ = '0.2.0'
|
|
__all__ = ['Obfuscator', 'analyze_source', 'build_manifest', 'obfuscate', 'obfuscate_file']
|