LLM-fastAPI / my_toolset /__init__.py
Songyou's picture
Rename __init__.py to my_toolset/__init__.py
7b6a4e3 verified
raw
history blame contribute delete
114 Bytes
"""
pyexample.
An example python library.
"""
__version__ = "0.1.0"
__author__ = 'Jie Zhang'
__credits__ = 'AIXB'