projet crepp_git/crepp-projects/nichoir_oiseaux · branche main
#ifndef FTP_H
#define FTP_H

class FTP {
public:
    FTP();
    ~FTP();
    void init();

private:
    
};

#endif // FTP_H