CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
tom-doerr
/
logo_generator
source
Hugging Face
apache-2.0
updated 4y ago
View on Hugging Face
3
likes
Like
Save
Clone
overview
files
community
commits
settings
root
setup.py
setup.py
5 lines
Copy path
Download
Raw
Back to root
1
from setuptools import setup
2
3
if __name__ == "__main__":
4
setup()
5