nixview-python/nixview.py

5 lines
96 B
Python

#!/usr/bin/env python
from nixview import nixview
if __name__ == "__main__":
nixview.main()