Searched refs:SCHEMA_PATH (Results 1 – 1 of 1) sorted by relevance
186 SCHEMA_PATH = str(Path(__file__).parent / 'schemas' / 'snippet-schema.yml') variable187 with open(SCHEMA_PATH, 'r') as f: