Spaces:
Running
Running
File size: 115 Bytes
1969c22 |
1 2 3 4 5 6 7 |
from helper.Docs import Docs
docs = Docs(__file__)
if __name__ == "__main__":
docs.render().queue().launch()
|