Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/b/a/babbler-0.3.4/babbler/__init__.py babbler(Download)
def main(): """ Main entry point for the program. """ from babbler.bot import Bot bot = Bot(description=__doc__.strip(), version=__version__)
src/b/a/babbler-HEAD/babbler/__init__.py babbler(Download)
def main(): """ Main entry point for the program. """ from babbler.bot import Bot bot = Bot(description=__doc__.strip(), version=__version__)