Skip to content

Commit

Permalink
Project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia2201 committed Jan 29, 2024
0 parents commit 2d71d16
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pytest = "*"

[dev-packages]

[requires]
python_version = "3.11"
54 changes: 54 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added lib/__init__.py
Empty file.
Empty file added lib/example.py
Empty file.
Empty file added tests/__init__.py
Empty file.

0 comments on commit 2d71d16

Please sign in to comment.