__init__.py 98 B

12345
  1. from github_host.github import Github
  2. def main():
  3. github=Github()
  4. github.updateHost()