Add module docstring and __all__ definition

This commit is contained in:
Ben Lopatin
2021-12-18 15:31:03 -05:00
parent 69bdc5f76f
commit 864b1b047f
+5
View File
@@ -1,5 +1,10 @@
# -*- coding: utf-8 -*-
"""Python client for the Discourse API."""
__version__ = "1.2.0"
from pydiscourse.client import DiscourseClient
__all__ = ["DiscourseClient"]