This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mengxi
/
labelmeWithAI
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
dc1fd35fde
Ramos
Etiquetas
master
labelmeWithAI
/
labelme
/
compat.py
compat.py
74 B
Histórico
Em bruto
1
2
3
4
5
6
7
from qtpy import QT_VERSION
QT5 = QT_VERSION[0] == '5'
del QT_VERSION