mc2-center / mc2-center-dcc

Data coordination resources for CCKP (and MC2 in general)
0 stars 0 forks source link

[Feat] Implement OOP for the syncing scripts #52

Open vpchung opened 6 months ago

vpchung commented 6 months ago

Because each of the syncing scripts have the same basic structure, that is:

we can further modularize them and use classes and inheritance , which will hopefully make maintenance easier in the long-run.