Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
run_nexus 153 B
#!/usr/bin/env python
'''
Launch nexus in a similar way as entry_point console_scripts.
For testing, don't use
'''
from nexus import nexus

nexus.main()