Files
VoxVera/voxvera/__main__.py
2025-06-18 22:27:28 -04:00

5 lines
61 B
Python

from .cli import main
if __name__ == '__main__':
main()