forked from mirrors/bookwyrm
2 lines
90 B
Python
2 lines
90 B
Python
# pylint: disable=missing-module-docstring
|
|
from . import * # pylint: disable=import-self
|