58:319eebb00f26 | 59:df5866fce885 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the APIs plugin. | 7 Module implementing the APIs plugin. |
8 """ | 8 """ |
9 | 9 |
10 import glob | |
10 import os | 11 import os |
11 import glob | |
12 | 12 |
13 from PyQt6.QtCore import QObject | 13 from PyQt6.QtCore import QObject |
14 | 14 |
15 # Start-of-Header | 15 # Start-of-Header |
16 name = "APIs Plugin" | 16 name = "APIs Plugin" |