Produce charts of component availability at JLCPCB from a BOM Mirrored from https://github.com/gavanfantom/jlc-chart
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
173 B

#!/usr/bin/env python3
import sys
from os import path
sys.path.insert(0, path.abspath(path.dirname(__file__)))
from jlcchart import create_app
application = create_app()