mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
изображение книги
This commit is contained in:
@@ -10,6 +10,9 @@ from toml import load
|
||||
|
||||
load_dotenv()
|
||||
|
||||
BOOKS_PREVIEW_DIR = Path(__file__).parent / "static" / "books"
|
||||
BOOKS_PREVIEW_DIR.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
with open("pyproject.toml", "r", encoding="utf-8") as f:
|
||||
_pyproject = load(f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user