Move Renderable to own file

This commit is contained in:
Benjamin Bertrand
2016-03-10 12:02:40 +03:00
parent 20cae3e0a5
commit 79104522ac
3 changed files with 109 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8
from .render import Renderable
from .renderable import Renderable
from decimal import Decimal
from .generic import transpose_fill