Files
remotefs/remotefs/include/FsServer.hpp
2025-02-15 09:53:11 +01:00

16 lines
164 B
C++

//
// Created by Stepan Usatiuk on 12.12.2024.
//
#ifndef FSSERVER_HPP
#define FSSERVER_HPP
class FsServer {
public:
void run();
};
#endif // FSSERVER_HPP