6 lines
55 B
Python
6 lines
55 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from gui import main
|
|
|
|
main()
|
|
|