Set up the initial project structure

- Create a bash script to set up a virtual environment
- Implement config.ini loading with debug option
- Create a basic torrent listing and slow print functionality
This commit is contained in:
2024-09-02 22:33:56 -04:00
commit 3f4fa3c10d
4 changed files with 43 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
config.ini
venv