(self, *args)
| 287 | self.init_time = init_time |
| 288 | |
| 289 | def log(self, *args): |
| 290 | print("[acsetup]", f"{time.time() - self.init_time:.3f}", *args) |
| 291 | |
| 292 | def add_configured(self, account): |
| 293 | """add an already configured account.""" |
no outgoing calls
no test coverage detected