File size: 148 Bytes
1a942eb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Package which defines the command-line interface for the Ultimate RVC
project.
"""

from ultimate_rvc.core.main import initialize

initialize()