#ifndef TELODENDRIA_CONSTANTS_H
#define TELODENDRIA_CONSTANTS_H

#ifndef TELODENDRIA_STRING_CHUNK
#define TELODENDRIA_STRING_CHUNK 64
#endif

#endif