about summary refs log blame commit diff stats
path: root/src/main.nim
blob: 5e783e5301f89174524575e17e53a0c671e0aa9d (plain) (tree)
1
2
3
4
5
6
7
8
9
         

                      
 
             
                    
                   
 
            
                                                      
                                             
import os
when defined(profile):
  import nimprof

import client
import config/config
import utils/twtstr

readConfig()
width_table = makewidthtable(gconfig.ambiguous_double)
newClient().launchClient(commandLineParams())