mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 16:59:15 +00:00
7 lines
119 B
Python
7 lines
119 B
Python
"""Entry point for `python -m unilabos`."""
|
|
|
|
from unilabos.app.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|