[app] add main script and __init__ to package

This commit is contained in:
Jan Grewe 2021-01-09 12:12:02 +01:00
parent 1b14dd5695
commit a1bfbb8fe7
2 changed files with 5 additions and 0 deletions

5
nixview.py Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python
from nixview import nixview
if __name__ == "__main__":
nixview.main()

0
nixview/__init__.py Normal file
View File