MCPcopy Create free account
hub / github.com/TechifyBots/File-Stream-Bot / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

4
5class TokenParser:
6 def __init__(self, config_file: Optional[str] = None):
7 self.tokens = {}
8 self.config_file = config_file
9
10 def parse_from_env(self) -> Dict[int, str]:
11 self.tokens = dict(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected