MCPcopy Create free account
hub / github.com/VJBots/VJ-File-Store / __init__

Method __init__

TechVJ/utils/config_parser.py:10–12  ·  view source on GitHub ↗
(self, config_file: Optional[str] = None)

Source from the content-addressed store, hash-verified

8
9class TokenParser:
10 def __init__(self, config_file: Optional[str] = None):
11 self.tokens = {}
12 self.config_file = config_file
13
14 def parse_from_env(self) -> Dict[int, str]:
15 self.tokens = dict(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected