/project_root
│
├── /src # Source code directory
│ ├── /constants # Folder for constant files or mappings
│ │ └── keywords.py # Dictionary of constant mappings
│ │
│ ├── /models # Data models, business logic, etc.
│ ├── /controllers # Application logic
│ ├── /utils # Utility functions
│ ├── main.py # Application entry point
│
├── /config # Optional: If you want to separate configuration
│ └── constants.py # Constants file
│
├── requirements.txt # Project dependencies
├── .gitignore # Git ignore configuration
└── README.md # Project documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
sashi1994/Template_HIC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published