trytonpsk-sale_pos/tests/__init__.py
Camilo Sarmiento 80c0aad9c7 migrate to git
2020-04-15 14:47:31 -05:00

7 lines
169 B
Python

# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_sale_pos import suite
__all__ = ['suite']