Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jul 23, 2023
1 parent c43bcd7 commit b82f97a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions psi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Psi
@TODO 词法分析器
@BODY 似乎要写的还蛮多的,所以先写几个TODO List
@todo 词法分析器
@body 似乎要写的还蛮多的,所以先写几个TODO List
"""

__all__ = ['Psi']

0 comments on commit b82f97a

Please sign in to comment.