Rename project to "bowl"

This commit is contained in:
Joscha 2019-06-21 12:16:43 +00:00
parent 11bd7778cf
commit c8b495c0e5
33 changed files with 14 additions and 292 deletions

View file

@ -1,6 +1,6 @@
import unittest
from cheuph import Element, RenderedElementCache
from bowl import Element, RenderedElementCache
__all__ = ["TestRenderedElementCache"]