add lark to build a parser
This commit is contained in:
parent
723feddac5
commit
a0d66fb2e5
@ -1,4 +1,4 @@
|
||||
pymysql
|
||||
peewee
|
||||
lark
|
||||
python-slugify[unidecode]
|
||||
pyyaml
|
||||
|
@ -1,4 +1,5 @@
|
||||
import re
|
||||
from lark import Lark
|
||||
|
||||
|
||||
class content:
|
||||
def __init__(self, content):
|
||||
|
Loading…
Reference in New Issue
Block a user