-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wscpe entry point #103
base: main
Are you sure you want to change the base?
Wscpe entry point #103
Conversation
Signed-off-by: Shivam Shandilya <shivam.stpaulsdarjeeling@gmail.com>
Signed-off-by: Shivam Shandilya <shivam.stpaulsdarjeeling@gmail.com>
Signed-off-by: Shivam Shandilya <shivam.stpaulsdarjeeling@gmail.com>
Signed-off-by: Shivam Shandilya <shivam.stpaulsdarjeeling@gmail.com>
@@ -31,6 +31,7 @@ console_scripts = | |||
wsbfev1 = pyafipws.wsbfev1:main | |||
wscdc = pyafipws.wscdc:main | |||
wscoc = pyafipws.wscoc:main | |||
wscpe = pyafipws.wscpe:main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added wscpe service as an entry point
|
||
|
||
if __name__ == "__main__": | ||
main() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added all functionality under main function, so entry point can be created
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for the contribution @shivamshan.
Summary
This PR adds entry point for newly added WSCPE service.
Checklist
Code Evidence