Skip to content

Commit

Permalink
Add fedml response to init
Browse files Browse the repository at this point in the history
  • Loading branch information
alaydshah committed Jun 24, 2024
1 parent 809c52d commit 5ca11bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/fedml/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from fedml.computing.scheduler.model_scheduler.device_server_constants import ServerConstants
from fedml.computing.scheduler.model_scheduler.device_client_constants import ClientConstants

from .fedml_response import FedMLResponse

def fedml_login(api_key: str = None):
"""
Expand Down

0 comments on commit 5ca11bf

Please sign in to comment.