Miksus / red-bird

Repository Patterns for Python

Home Page:https://red-bird.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on page /getting_started.html

opaniagu opened this issue · comments

from redbird.ext import MemoryRepo
repo = MemoryRepo()

change by:

from redbird.repos import MemoryRepo
repo = MemoryRepo()