bringrss/frontends/bringrss_flask/__init__.py

4 lines
45 B
Python
Raw Normal View History

2022-03-26 20:07:35 +00:00
from . import backend
__all__ = ['backend']