first commit

This commit is contained in:
2025-09-13 15:34:27 +02:00
commit d423636b03
18 changed files with 475 additions and 0 deletions

10
backup.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef BACKUP_H
#define BACKUP_H
class Backup
{
public:
Backup();
};
#endif // BACKUP_H