You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the main executeable binary bin/snowsaw.
It must add the snowsaw module to the PYTHONPATH and define the __main__ condition
and call the snowsaw.cli.main() public API entry point which has been implemented in #7 .
The text was updated successfully, but these errors were encountered:
Implement the main executeable binary
bin/snowsaw
.It must add the
snowsaw
module to thePYTHONPATH
and define the__main__
conditionand call the
snowsaw.cli.main()
public API entry point which has been implemented in #7 .The text was updated successfully, but these errors were encountered: