aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/__init__.py')
-rw-r--r--mastodon/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/__init__.py b/mastodon/__init__.py
index 0c0744e..17f63e6 100644
--- a/mastodon/__init__.py
+++ b/mastodon/__init__.py
@@ -1,2 +1,2 @@
1from Mastodon import Mastodon 1from mastodon.Mastodon import Mastodon
2__all__ = ['Mastodon'] 2__all__ = ['Mastodon']
Powered by cgit v1.2.3 (git 2.41.0)