import os
from infrastructure.framework.appcraft.core.initializer import Initializer

runner = Initializer(os.path.join("runners", "tools")).main()
