1
// ! development file for text2
2

            
3
use crate::element::ElementTrait;
4

            
5
#[allow(dead_code)]
6
#[derive(Default)]
7
pub struct Text2;
8

            
9
impl ElementTrait for Text2 {}