Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Entry point for running the edison package as a module.
|
||||
"""
|
||||
from edison.cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user