mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add experimental parser module
This commit is contained in:
parent
4738ec3385
commit
3a076a9b4e
2 changed files with 3 additions and 2 deletions
2
src/experimental/parser.nim
Normal file
2
src/experimental/parser.nim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import parser/[user, graphql, timeline]
|
||||
export user, graphql, timeline
|
||||
Loading…
Reference in a new issue