mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-18 15:46:38 +02:00
general: Use __all__ in __init__.py
This commit is contained in:
parent
09f5d26e78
commit
6e39b78dc3
@ -2,7 +2,6 @@
|
||||
wal - Generate and change colorschemes on the fly.
|
||||
Created by Dylan Araps.
|
||||
"""
|
||||
# flake8: noqa: F401
|
||||
from pywal.wal import __version__
|
||||
from pywal.wal import create_palette
|
||||
from pywal.wal import export_all_templates
|
||||
@ -11,3 +10,14 @@ from pywal.wal import reload_colors
|
||||
from pywal.wal import reload_env
|
||||
from pywal.wal import send_sequences
|
||||
from pywal.wal import set_wallpaper
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"create_palette",
|
||||
"export_all_templates",
|
||||
"get_image",
|
||||
"reload_colors",
|
||||
"reload_env",
|
||||
"send_sequences",
|
||||
"set_wallpaper",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user