4 lines
75 B
Python
4 lines
75 B
Python
from quarto.server.core import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|