mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-04 21:07:57 +08:00
7 lines
99 B
C++
7 lines
99 B
C++
# -*- coding: utf-8 -*-
|
|
|
|
from PyQt5 import QtCore
|
|
|
|
|
|
_translate = QtCore.QCoreApplication.translate
|