10365:0d603858452d | 10366:411df92e881f |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a class representing the session JSON file. | 7 Module implementing a class representing the session JSON file. |
8 """ | 8 """ |
9 | 9 |
10 import contextlib | |
11 import json | 10 import json |
12 import time | 11 import time |
13 | 12 |
14 from PyQt6.QtCore import QObject, Qt | 13 from PyQt6.QtCore import QObject, Qt |
15 | 14 |