Coloring's picture
feat: init
db32e48
raw
history blame
No virus
119 Bytes
from components.Docs import Docs
docs = Docs(__file__)
if __name__ == "__main__":
docs.render().queue().launch()