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