File size: 155 Bytes
be9a30f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import os
import sys
import textwrap
import pathlib
import typer


# Add Osanyin to the path
sys.path.insert(0, str(pathlib.Path(__file__).parent.parent))