ultimatumbee / app.py
ffreemt
Update from forindo
bede01b
raw
history blame
123 Bytes
"""Intend for hf spaces."""
import sys
from ubee import __main__
if __name__ == "__main__":
sys.exit(__main__())