mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 09:35:21 +00:00
5 lines
81 B
Python
5 lines
81 B
Python
|
from pathlib import Path
|
||
|
|
||
|
|
||
|
SOURCE_DIR = Path(__file__).parent.parent / 'scripts'
|