Skip to content

Commit c8d90fd

Browse files
committed
Add fedml response to init
1 parent 809c52d commit c8d90fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/fedml/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from fedml.computing.scheduler.model_scheduler.device_server_constants import ServerConstants
2828
from fedml.computing.scheduler.model_scheduler.device_client_constants import ClientConstants
2929

30+
from .fedml_response import ResponseCode
3031

3132
def fedml_login(api_key: str = None):
3233
"""

0 commit comments

Comments
 (0)