v1.2.0: rewrite in Python (mirrors dhcpsrv); clickable update link
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
PyInstaller entry point — sits at the repo root and uses an *absolute* import
|
||||
so the bundled exe doesn't need relative-import resolution at runtime.
|
||||
|
||||
For dev work without an install use `python -m netswitch` instead.
|
||||
"""
|
||||
|
||||
from netswitch.app import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user