Compare commits
2 commits
00906aacd5
...
9283e18b90
Author | SHA1 | Date | |
---|---|---|---|
|
9283e18b90 | ||
|
5bc2f41263 |
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "wallman"
|
name = "wallman"
|
||||||
version = "1.5.2.6"
|
version = "1.5.2.7"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from wallman.wallman_lib import ConfigValidity, WallpaperLogic
|
from wallman.wallman_lib import WallpaperLogic
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
logic: WallpaperLogic = WallpaperLogic()
|
logic: WallpaperLogic = WallpaperLogic()
|
||||||
|
|
Loading…
Reference in a new issue