aboutsummaryrefslogtreecommitdiff
path: root/nba/__main__.py
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 00:23:35 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 00:23:35 -0500
commitea85cd451eb052e80b38a04e25918290094325b4 (patch)
tree443fccfc7fe2a23443ac993e84436a757b3efc77 /nba/__main__.py
downloadnba-scores-ea85cd451eb052e80b38a04e25918290094325b4.tar.gz
nba-scores-ea85cd451eb052e80b38a04e25918290094325b4.tar.bz2
nba-scores-ea85cd451eb052e80b38a04e25918290094325b4.zip
initial commit
Diffstat (limited to 'nba/__main__.py')
-rw-r--r--nba/__main__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/nba/__main__.py b/nba/__main__.py
new file mode 100644
index 0000000..0605298
--- /dev/null
+++ b/nba/__main__.py
@@ -0,0 +1,7 @@
+"""
+Entry point for the app.
+"""
+
+if __name__ == "__main__":
+ from nba.cli import nba
+ nba()