[app] add main script and __init__ to package
This commit is contained in:
parent
1b14dd5695
commit
a1bfbb8fe7
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
Loading…
Reference in New Issue
Block a user