alaroye / src /cli.py
abdulazeezoj's picture
Add alaroye
be9a30f
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))