Skip to content

sashi1994/Template_HIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template_HIC

/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published