pytest-bdd-example/pytest_bdd_example/dashboard/__init__.py

5 lines
41 B
Python

from .app import app
__all__ = ['app']