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