File size: 132 Bytes
0aee47a
 
 
 
 
 
1
2
3
4
5
6
7
import os
from typing import List


def get_hook_dirs() -> List[str]:
    return [os.path.abspath(os.path.dirname(__file__))]