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 应用程序的源(商业应用程序部署)。
正在考虑将源存储在服务器上的某处,并且本地存储的模块的包装器仅在#import 上在运行时下载模块并使它们可用。
有人知道支持此用例的解决方案吗?
最好的