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