Succesful data exploration

This commit is contained in:
2025-11-19 11:57:59 +01:00
parent 3e47dcd52f
commit dfdd200867
18 changed files with 40849 additions and 12 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import typer
import logging
from adsbpy.prettylogging import setup_logger
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
logger = setup_logger()
app = typer.Typer()