gram on Nostr: npub134x89…34mlu It's a good idea to prefix all internal modules with underscore: ...
npub134x892zl737w58mya53rexqgkeua4mzvdmwyedu3x4pq4mzhs44qz34mlu (npub134x…4mlu)
It's a good idea to prefix all internal modules with underscore: _thing.py. Then you won't have conflicts like this, IDEs and REPLs won't show it in autocomplete when importing things, and people will know that the module is not supposed to be imported directly.
It's a good idea to prefix all internal modules with underscore: _thing.py. Then you won't have conflicts like this, IDEs and REPLs won't show it in autocomplete when importing things, and people will know that the module is not supposed to be imported directly.