skinniderlab / CLM

MIT License
0 stars 0 forks source link

main blocks gone; unused module gone #186

Closed vineetbansal closed 4 months ago

vineetbansal commented 4 months ago

None of the commands need the __main__ block since they're not called as scripts. I also noticed that the python/functions.py module was unused (perhaps we migrated everything we needed to clm/functions.py).