NebulousLabs / python-skynet

Library for integrating Skynet with Python applications
MIT License
19 stars 11 forks source link

Unexport helper methods #21

Closed mrcnski closed 4 years ago

mrcnski commented 4 years ago

Helper methods should be private (starting with two underscores) so as not to clutter up the public interface. For example, upload_file should be part of the public API but not upload_file_request.