package Temporary; import InnaIrcBot.Config.StorageFile; import InnaIrcBot.Config.StorageReader; public class StorageReaderTest { public static void main(String[] args){ // StorageReader.readConfig("/home/loper/bot.config"); // StorageFile storageFile = StorageReader.getConfig(); // System.out.println(storageFile.getLogDriver() == null); } }