8 lines
162 B
Python
8 lines
162 B
Python
# Entry point for rtv module
|
|
# Run by moving into the top level directory (the one with setup.py)
|
|
# and typing "python -m rtv"
|
|
|
|
from rtv.main import main
|
|
|
|
main()
|