aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/__init__.py')
-rw-r--r--mastodon/__init__.py2
1 files changed, 2 insertions, 0 deletions
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 @@
1from Mastodon import Mastodon
2__all__ = ['Mastodon']
Powered by cgit v1.2.3 (git 2.41.0)