with "../shared"; with "../kernel/kernel_core"; with "../gnatlib/src/gnatcoll"; with "../gnatlib/src/gnatcoll_python"; project Python_Core is for Source_Dirs use ("core"); for Object_Dir use Shared'Object_Dir; for Languages use ("Ada"); package Compiler renames Shared.Compiler; package IDE renames Shared.IDE; end Python_Core;