move lua scripts into a separate directory

This commit is contained in:
Sarah Hoffmann
2024-12-05 15:19:36 +01:00
parent 639630d5fe
commit 4760e8341b
17 changed files with 14 additions and 9 deletions

View File

@@ -11,4 +11,5 @@ from pathlib import Path
DATA_DIR = (Path(__file__) / '..' / 'resources').resolve()
SQLLIB_DIR = (DATA_DIR / 'lib-sql')
LUALIB_DIR = (DATA_DIR / 'lib-lua')
CONFIG_DIR = (DATA_DIR / 'settings')