From 89456022cf952a0d094d3ed438e279db02535632 Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Wed, 7 Apr 2021 07:30:32 +0100 Subject: Add `__all__` to remaining modules --- discord/file.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'discord/file.py') diff --git a/discord/file.py b/discord/file.py index df83f32e..38c165d0 100644 --- a/discord/file.py +++ b/discord/file.py @@ -25,6 +25,10 @@ DEALINGS IN THE SOFTWARE. import os.path import io +__all__ = ( + 'File', +) + class File: r"""A parameter object used for :meth:`abc.Messageable.send` for sending file objects. -- cgit v1.2.3