ladisk / LDAQ

MIT License
24 stars 5 forks source link

Only import needed libraries #12

Closed TKosir closed 1 year ago

TKosir commented 1 year ago

For example, if only serial connection is needed, libraries for NI cards should not be imported.

klemengit commented 1 year ago

I agree, however, all libraries still need to be installed. We should check the good practices regarding importing in this way...