Rename public-facing CodonGPT strings to CodonTranslator
Browse files- src/__init__.py +1 -1
src/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
|
| 3 |
"""
|
| 4 |
|
| 5 |
from .tokenizer import CodonTokenizer
|
|
|
|
| 1 |
"""
|
| 2 |
+
CodonTranslator training and inference components.
|
| 3 |
"""
|
| 4 |
|
| 5 |
from .tokenizer import CodonTokenizer
|