Skip to content

Commit

Permalink
Import submodules into __init__.py for IDE code completion
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji authored and chriddyp committed Dec 12, 2017
1 parent 3cd6a78 commit 0c9633d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from .dash import Dash # noqa: F401
from . import authentication # noqa: F401
from . import dependencies # noqa: F401
from . import development # noqa: F401
from . import exceptions # noqa: F401
from . import resources # noqa: F401
from .version import __version__ # noqa: F401

0 comments on commit 0c9633d

Please sign in to comment.