mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 16:55:32 +00:00
9 lines
199 B
Go
9 lines
199 B
Go
package xmlmodels
|
|
|
|
const (
|
|
BESCHREIBUNGEN_FN = "beschreibungen.txt"
|
|
STATIC_IMG_PATH = "import/Static-Bilder/"
|
|
DATA_PATH = "import/data/"
|
|
IMG_PATH = "import/Almanach-Bilder/"
|
|
)
|