Initial commit
This commit is contained in:
13
skills/toolkit/discover/config/__init__.py
Normal file
13
skills/toolkit/discover/config/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Configuration management for toolkit discovery
|
||||
"""
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
CONFIG_ROOT = Path(__file__).parent
|
||||
EXTERNAL_TOOLS_CONFIG = CONFIG_ROOT / "external_tools.yaml"
|
||||
|
||||
__all__ = [
|
||||
'CONFIG_ROOT',
|
||||
'EXTERNAL_TOOLS_CONFIG'
|
||||
]
|
||||
Reference in New Issue
Block a user