File size: 204 Bytes
1a942eb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""
Web package for the Ultimate RVC project.

This package contains modules which define the web application of the
Ultimate RVC project.
"""

from ultimate_rvc.core.main import initialize

initialize()