mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-17 05:07:39 +00:00
4 lines
49 B
Python
4 lines
49 B
Python
from .engine import Engine
|
|
|
|
__all__ = ["Engine"]
|