Skip to content

Commit

Permalink
Expost init in client lightning api (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Oct 8, 2024
1 parent 0c97f07 commit a67add9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvflare/client/lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from nvflare.client import get_config as get_config
from nvflare.client import get_job_id as get_job_id
from nvflare.client import get_site_name as get_site_name
from nvflare.client import init as init
from nvflare.client import is_running as is_running
from nvflare.client import log as log
from nvflare.client import receive as receive
Expand Down

0 comments on commit a67add9

Please sign in to comment.