From 1dc57ea0e5088e34e7611baa8e2af2654bd846c7 Mon Sep 17 00:00:00 2001 From: Filipe Laíns Date: Mon, 10 Aug 2020 20:32:16 +0100 Subject: ioctl/hidraw: add __all__ export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe Laíns --- ioctl/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ioctl/__init__.py') diff --git a/ioctl/__init__.py b/ioctl/__init__.py index 820a4ba..a7b9ffb 100644 --- a/ioctl/__init__.py +++ b/ioctl/__init__.py @@ -6,6 +6,9 @@ import fcntl from typing import BinaryIO, Optional, Union +__all__ = ['IOCTL'] + + class IOCTL(object): ''' Constructs and performs ioctl(s) -- cgit v1.2.3