mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-04 15:41:09 +00:00
3 lines
111 B
Python
3 lines
111 B
Python
![]() |
def test_get_email(get_email):
|
||
|
print(f"\nEmail account:",flush=True)
|
||
|
print(f"{get_email}\n",flush=True)
|