4 lines
73 B
Python
4 lines
73 B
Python
|
from lib.util import get_electron_version
|
||
|
|
||
|
print(get_electron_version())
|