Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的文件夹中,我有我的 main.py 文件。在该文件夹中,还有包含更多 .py 文件的子文件夹。如果我运行:
pyarmor pack -e " --onefile" main.py
子文件夹中的 .py 文件是否也会被混淆?
谢谢。