From 615f88154c7455299e5f0b8a31f300d0a9d72ea4 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 02:07:08 +0100 Subject: Further readjustment. Docs now actually build, but look bad. --- mastodon/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mastodon/__init__.py (limited to 'mastodon/__init__.py') diff --git a/mastodon/__init__.py b/mastodon/__init__.py new file mode 100644 index 0000000..0c0744e --- /dev/null +++ b/mastodon/__init__.py @@ -0,0 +1,2 @@ +from Mastodon import Mastodon +__all__ = ['Mastodon'] -- cgit v1.2.3