mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
9706e4be99
So we only have one top-level package, to avoid confusing IDEs. Also add missing files to the Meson build system.
8 lines
51 B
Plaintext
8 lines
51 B
Plaintext
{
|
|
global:
|
|
PyInit__frida;
|
|
|
|
local:
|
|
*;
|
|
};
|