CCExtractor / ccextractor

CCExtractor - Official version maintained by the core team
https://www.ccextractor.org
GNU General Public License v2.0
724 stars 428 forks source link

[FEAT] Add constants module in `lib_ccxr` #1624

Closed IshanGrover2004 closed 4 months ago

IshanGrover2004 commented 4 months ago

In raising this pull request, I confirm the following (please check boxes):

My familiarity with the project is as follows (check one):


Closes #1555

This PR adds some common enums & constants which will be used througjout the codebase. This PR code is equivalent to ccx_common_constants C file.

NOTE: Most of these enums are completely unrelated to each other and the only reason they are kept together for now is because they were kept together in C codebase. In the future when appropriate modules will be built, each of them will have to tranfered to their respective meaningful modules.

PunitLodha commented 4 months ago

@IshanGrover2004 can you resolve the conflict

IshanGrover2004 commented 4 months ago

@IshanGrover2004 can you resolve the conflict

@PunitLodha Done for this PR