pyghidra-mcp: WiP
This commit is contained in:
Anton Bolshakov 2025-08-24 11:34:30 +08:00
parent 45c765a415
commit fde12b3b8e
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -210,10 +210,8 @@ def distutils_setup():
print("\"")
def main():
pyproject_toml()
#if pyproject_toml():
# distutils_setup()
if pyproject_toml():
distutils_setup()
if __name__ == '__main__':
main()