f-klubben / stregsystemet-cli

A command line interface to buy things in stregsystemet
Other
15 stars 7 forks source link

Fix plugin loading issue #84

Closed Zaph-x closed 2 years ago

Zaph-x commented 2 years ago

This PR fixes an issue with plugin loading, where the plugin directory had to be placed in the same directory as the script. This has been fixed using importlib, which is the code that runs behind import. The script will now load plugins from the location specified in the configuration file