Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Dec 31, 2021
2 parents 8733c73 + 117e1e4 commit 6f556fc
Show file tree
Hide file tree
Showing 23 changed files with 2,517 additions and 2,189 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.csv
*.html
*.ipynb
.venv/
__pycache__/
JianshuResearchTools/__pycache__/
.vscode/
Expand Down
6 changes: 5 additions & 1 deletion JianshuResearchTools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
__version__ = "2.6.0"
__version__ = "2.7.0"

from . import (article, beikeisland, collection, island, notebook, objects,
rank, user)


def future():
"""彩蛋
在 JRT 2.0 版本中加入
"""
print("回望洪荒,历史苍茫;\n只身向前,重铸星光。\n赴梦万里,道阻且长;\n今日萤火,明日华章。")
Loading

0 comments on commit 6f556fc

Please sign in to comment.