o
    .d                     @   s2   d d Z edkrddlZee ejd  dS dS )c                 C   s   dS )zTakes an absolute file path/name, calculates the number of
       lines/words/chars, and returns a string of these numbers + file, e.g.:
       3 12 60 /tmp/somefile
       (both tabs and spaces are allowed as separator)N )file_r   r   !/home/feoh/src/bitesofpy/96/wc.pywc   s   r   __main__    N   )r   __name__sysprintargvr   r   r   r   <module>   s
    