summaryrefslogtreecommitdiffstats
path: root/test/toolpath/nested/image/Libs/tools_example/Toolpath_TestTool1.py
blob: 670c942aa301c533ca965c9f81fc8dc442cf7bc8 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: MIT
#
# Copyright The SCons Foundation

def generate(env):
    env['Toolpath_TestTool1'] = 1

def exists(env):
    return 1