Succesful data exploration
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user