mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-06-24 01:19:04 +00:00
7 lines
221 B
Python
7 lines
221 B
Python
import sys
|
|
sys.path.insert(0, '../../2dcontext/tools/')
|
|
import gentestutils
|
|
from gentestutils import genTestUtils
|
|
|
|
genTestUtils('../../offscreen-canvas', '../../offscreen-canvas', 'templates.yaml', 'name2dir.yaml', True)
|