-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
2,517 additions
and
2,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*.csv | ||
*.html | ||
*.ipynb | ||
.venv/ | ||
__pycache__/ | ||
JianshuResearchTools/__pycache__/ | ||
.vscode/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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今日萤火,明日华章。") |
Oops, something went wrong.