Skip to content

Commit

Permalink
make forum and post classes visible
Browse files Browse the repository at this point in the history
  • Loading branch information
leVirve committed Nov 16, 2017
1 parent cf8a6dd commit 588913a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import logging
from logging import NullHandler

from dcard.dcard import Dcard # noqa
from dcard.dcard import Dcard, Forum # noqa
from dcard.posts import Post # noqa


__version__ = '0.3.0'
Expand Down

0 comments on commit 588913a

Please sign in to comment.