Umstellung auf Customtkinter.
This commit is contained in:
9
.venv/Lib/site-packages/darkdetect/__main__.py
Normal file
9
.venv/Lib/site-packages/darkdetect/__main__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
# Copyright (C) 2019 Alberto Sottile
|
||||
#
|
||||
# Distributed under the terms of the 3-clause BSD License.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
import darkdetect
|
||||
|
||||
print('Current theme: {}'.format(darkdetect.theme()))
|
||||
Reference in New Issue
Block a user