bowl/test/__init__.py

5 lines
83 B
Python

from .test_markup import *
__all__ = []
__all__+= test_element_rendering.__all__