Is there a way not to expose the actual source code on Python?
For example, field name m1.py print('code')
main.py
import m1
Use m1.py at main.py as shown above How to prevent internal code from being opened
In other words, if you make dll in C and distribute it, you don't know the actual code, What functions can be used
Master, please make a move.
python
© 2024 OneMinuteCode. All rights reserved.