bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / main.py

main.py (288B)


      1 """Entry point for generating VitePress docs from list.txt.
      2 
      3 Replaces the old standalone md.py — generation logic now lives in
      4 utils/bsc_md/. Run this the same way md.py used to be run:
      5 
      6     python main.py
      7 """
      8 from utils.bsc_md.pipeline import run
      9 
     10 if __name__ == "__main__":
     11     run()
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror