mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
5 lines
93 B
Python
5 lines
93 B
Python
from . import cli
|
|
|
|
if __name__ == '__main__':
|
|
import sys
|
|
sys.exit(cli(sys.argv[1:]))
|