Initial setup: added src structure, input functionality, tests, and updated .gitignore
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[pytest]
|
||||
pythonpath = . src
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
[pytest]
|
||||
pythonpath = . src
|
||||