File: LP6E/AppendixB/Part5/myclient.py
from mymod import countLines, countChars print(countLines('mymod.py'), countChars('mymod.py'))