summaryrefslogtreecommitdiff
path: root/ltihooks.py
blob: 4a62833b6f9c0f008fc98e4c503edb9086a1235b (plain)
1
2
3
4
5
6

def install():
    print("ltihooks: not implemented")

def uninstall():
    print("ltihooks: not implemented")