Battery-Emulator/test/emul/Print.h
2025-07-26 15:19:49 +03:00

6 lines
57 B
C++

#ifndef PRINT_H
#define PRINT_H
class Print {};
#endif