add lark to build a parser

This commit is contained in:
Guilhem Fauré 2023-04-25 09:52:45 +02:00
parent 723feddac5
commit a0d66fb2e5
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pymysql
peewee
lark
python-slugify[unidecode]
pyyaml

View File

@ -1,4 +1,5 @@
import re
from lark import Lark
class content:
def __init__(self, content):