launcher deot

This commit is contained in:
cpi
2020-04-29 23:48:00 +08:00
commit fd02cc3e12
484 changed files with 26032 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from sys import exit
import os
import sys
basepath = os.path.dirname(os.path.realpath(__file__))
icons_path = basepath+"/icons"
ListPage = None