(*args)
| 112 | |
| 113 | # ============================================================================== |
| 114 | def log(*args): |
| 115 | print("") |
| 116 | print("=" * 80) |
| 117 | print(*args) |
| 118 | print("=" * 80) |
| 119 | |
| 120 | # ============================================================================== |
| 121 |
no test coverage detected