background_plane_manager/constants.py

6 lines
111 B
Python
Raw Normal View History

2023-09-28 11:34:41 +02:00
from pathlib import Path
PREFIX = 'BG_'
INIT_POS = 9.0
MODULE_DIR = Path(__file__).parent
BGCOL = 'Background'