5 lines
81 B
Python
5 lines
81 B
Python
from __future__ import annotations
|
|
|
|
from .repl import embed
|
|
|
|
__all__ = ["embed"]
|