File size: 91 Bytes
9b33fca
 
 
 
 
1
2
3
4
5
6
"""Entry point for the vis4d package."""

from .engine.run import entrypoint

entrypoint()