[app] add main script and __init__ to package
This commit is contained in:
5
nixview.py
Normal file
5
nixview.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from nixview import nixview
|
||||
|
||||
if __name__ == "__main__":
|
||||
nixview.main()
|
||||
0
nixview/__init__.py
Normal file
0
nixview/__init__.py
Normal file
Reference in New Issue
Block a user