Skip to content

Commit

Permalink
Added more useful import
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMayo committed May 20, 2021
1 parent 6f38204 commit fe9a5da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Check the exmaple
import sys
sys.path.append('objection_engine/')
import objection_engine
# You can also import the components like this
from objection_engine.renderer import render_comment_list
from objection_engine.beans.comment import Comment
```
- Create a list of comments
``` python
Expand Down

0 comments on commit fe9a5da

Please sign in to comment.