etiquette/frontends/etiquette_flask/__init__.py

4 lines
45 B
Python
Raw Normal View History

from . import backend
__all__ = ['backend']