6 lines
111 B
Python
6 lines
111 B
Python
from pathlib import Path
|
|
|
|
PREFIX = 'BG_'
|
|
INIT_POS = 9.0
|
|
MODULE_DIR = Path(__file__).parent
|
|
BGCOL = 'Background' |