ultimatumbee / app.py
ffreemt
Update nodemon app.py setup
1c932ec
raw
history blame
No virus
128 Bytes
"""Intend for hf spaces."""
import sys
from ubee import __main__
if __name__ == "__main__":
sys.exit(__main__.main())