feat/ui_fix #18
|
@ -0,0 +1,16 @@
|
||||||
|
my_project/
|
||||||
|
├── src/
|
||||||
|
│ ├── __init__.py # init file
|
||||||
|
│ ├── main.py
|
||||||
|
│ └── utils.py
|
||||||
|
├── tests/
|
||||||
|
│ ├── __init__.py
|
||||||
|
│ ├── test_main.py
|
||||||
|
│ └── test_utils.py
|
||||||
|
├── data/
|
||||||
|
│ └── sample_data.csv
|
||||||
|
├── docs/
|
||||||
|
│ └── README.md
|
||||||
|
├── .gitignore
|
||||||
|
├── requirements.txt
|
||||||
|
└── setup.py
|
Loading…
Reference in New Issue