Get the config file path.
(self)
| 63 | conn.commit() |
| 64 | |
| 65 | def get_config_path(self) -> Path: |
| 66 | """Get the config file path.""" |
| 67 | return self.config_dir / "config.json" |
| 68 | |
| 69 | def get_config(self) -> Dict[str, Any]: |
| 70 | """Load configuration from file.""" |
no outgoing calls