(no commit message)
This commit is contained in:
10
__init__.py
Normal file
10
__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
init file for total registrar, a pathology report structuring tool using LLM
|
||||
"""
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
__version__ = "0.1.0"
|
||||
__date__ = "2025-10-05"
|
||||
__author__ = ["Hong-Kai (Walther) Chen", "Po-Yen Tzeng", "Kai-Po Chang"]
|
||||
__copyright__ = "Copyright 2025, Med NLP Lab, China Medical University"
|
||||
__license__ = "MIT"
|
||||
Reference in New Issue
Block a user