Squashed 'paste-framework/' content from commit 34e8684

git-subtree-dir: paste-framework
git-subtree-split: 34e8684c4bc3cebbe177509f42ab4ef5b5425a7a
This commit is contained in:
zwf
2026-06-02 19:09:22 +08:00
commit 4729698049
107 changed files with 21484 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
__package_name__ = "paste"
__version__ = "2.0.1"
__author__ = "Wayne Zhang"
__email__ = "waynezwf@qq.com"
def get_version():
return f"{__package_name__} version: V{__version__}, written by {__author__}."