7 lines
92 B
Python
7 lines
92 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
import XiteWin
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
XiteWin.main("")
|