mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
13 lines
174 B
Python
13 lines
174 B
Python
# -*- 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
|