Skip to content

Commit

Permalink
[flow] add __all__ to flow module
Browse files Browse the repository at this point in the history
Change-Id: I3753903cca9f5f664a0c32d874a5162702c354a4
  • Loading branch information
xqt committed Jul 28, 2024
1 parent 5161dbd commit 1a9e523
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pywikibot/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Structured Discussions was formerly known as Flow. Flow was renamed in
2017 as the focus was scoped to user-to-user discussions.
.. versionadded:: 3.0.20170403
.. caution:: Structured Discussions support previously known as Flow is
no longer tested because the test environment was disabled. Please
use this module with care.
Expand Down Expand Up @@ -39,6 +38,14 @@
from pywikibot.tools import cached, deprecated_args


__all__ = (
'Board',
'FlowPage',
'Post',
'Topic',
)


class FlowPage(BasePage, abc.ABC):

"""The base page meta class for the Flow extension.
Expand Down

0 comments on commit 1a9e523

Please sign in to comment.