aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/xite.py
blob: 9a78dfed1d86d66ce51ff1c047ea53fbe7faa7f8 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Requires Python 3.6 or later

import XiteWin

if __name__ == "__main__":
	XiteWin.main("")