<?php
require_once __DIR__ . DIRECTORY_SEPARATOR . "BS4FormGenerator.trait.php";
class FormGenerator
{
use BS4FormGenerator;
}
?>