Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
slahmr-test
like
0
Model card
Files
Files and versions
xet
Community
main
slahmr-test
/
lib
/
python3.9
/
tkinter
/
__main__.py
camenduru
thanks to vye16 ❤
fb5159d
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
148 Bytes
"""Main entry point"""
import
sys
if
sys.argv[
0
].endswith(
"__main__.py"
):
sys.argv[
0
] =
"python -m tkinter"
from
.
import
_test
as
main
main()