Tagger should be done.

Might have missed some lesser used stuff, and honestly might have overlooked some things, but it should be at a good point for testing deck building.
This commit is contained in:
mwisnowski 2024-12-18 20:21:45 -08:00
parent 8400613a15
commit 43bdf180d4
3 changed files with 447 additions and 56 deletions

View file

@ -2,8 +2,8 @@ from __future__ import annotations
#import os
import inquirer.prompt # type: ignore
import pandas as pd # type: ignore
import requests # type: ignore
#import pandas as pd # type: ignore
#import requests # type: ignore
#import scrython # type: ignore
import sys