gallery.py starter + rename builder.py

This commit is contained in:
2025-08-12 17:31:46 +00:00
parent f76420b2c3
commit f5a5aefd09
5 changed files with 115 additions and 115 deletions

View File

@ -1,5 +1,5 @@
import logging
from src.py.builder import build
from src.py.site_builder import build
if __name__ == "__main__":
logging.basicConfig(level=logging.INFO, format="%(message)s")