✨ PEP in utils
This commit is contained in:
6
gwendolyn/__init__.py
Normal file
6
gwendolyn/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""The main module for Gwendolyn."""
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
__all__ = ["funcs", "utils", "Gwendolyn"]
|
||||
|
||||
from .gwendolyn_client import Gwendolyn
|
Reference in New Issue
Block a user