6 lines
93 B
Python
6 lines
93 B
Python
|
# -*- coding: UTF-8 no BOM -*-
|
||
|
|
||
|
"""Test functionality"""
|
||
|
|
||
|
from .test import Test # noqa
|