mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-04-01 09:42:49 +02:00
Add files via upload
This commit is contained in:
12
Menu/GameShell/10_Settings/myvars.py
Normal file
12
Menu/GameShell/10_Settings/myvars.py
Normal 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
|
||||
Reference in New Issue
Block a user