mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
7 lines
86 B
Python
7 lines
86 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
import XiteWin
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
XiteWin.main("")
|