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