initial commit

This commit is contained in:
Carlos Galindo 2020-10-14 00:54:52 +02:00
commit c8c7eae33c
16 changed files with 835 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
all: clean
mkdir -p public
ln -s ../audios public/audios
python3 src/latex_scanner.py
clean:
rm -rf public