#ifndef FILES_HPP
#define FILES_HPP

struct File {
    int fd_;

    File() {
    }
};

#endif//FILES_HPP
