This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mike
/
SWA_Paycheck_Extractor
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
created python directory structure.
mike
2 weeks ago
parent
991ba67009
commit
46d2e5c766
4 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.gitignore
0
0
README.md
0
0
src/__init__.py
0
0
src/main.py
+ 1
- 0
.gitignore
View File
@@ -1,3 +1,4 @@
*.csv*
*.log
+*.txt
+ 0
- 0
README.MD → README.md
View File
+ 0
- 0
src/__init__.py
View File
+ 0
- 0
main.py → src/main.py
View File