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.
有谁知道是否可以将多个 python 文件和依赖库合并到一个 .pyc 字节码文件中?
这样我就可以将库解释为单个 .pyc 字节码文件,而不是保留多个文件。