CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
kussssh
/
IPO-Analyzer
source
Hugging Face
updated 5mo ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
main.py
main.py
7 lines
Copy path
Download
Raw
Back to root
1
def main():
2
print("Hello from ipoanalysis!")
3
4
5
if __name__ == "__main__":
6
main()
7