Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. def __init__(self,
  2. config_path: Optional[Text] = None,
  3. domain_path: Optional[Text] = None,
  4. training_data_paths: Optional[Union[List[Text], Text]] = None,
  5. repository: Text = ""):
  6.  
  7. github = Github()
  8. self.repository = github.get_repo(repository)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement