Skip to content

Commit

Permalink
log: add console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
idipanshu committed Nov 30, 2023
1 parent d38ccb9 commit 1b583ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from setuptools import setup

# setup
setup(
packages=["app"],
name="app",
version="0.9",
install_requires=[]
)
)

0 comments on commit 1b583ba

Please sign in to comment.