mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
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:
parent
8400613a15
commit
43bdf180d4
3 changed files with 447 additions and 56 deletions
4
main.py
4
main.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue