# coding: utf-8 """Main-package constants. Only the constants that the main package itself needs are defined here. Plugin-specific constants live in the respective plugin package. """ import os PATH_SEPARATOR = os.path.sep