5 lines
96 B
Python
5 lines
96 B
Python
#!/usr/bin/env python
|
|
from nixview import nixview
|
|
|
|
if __name__ == "__main__":
|
|
nixview.main() |