mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-03-28 23:02:51 +01:00
launcher deot
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