15 lines
307 B
Python
15 lines
307 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Sun May 14 13:48:42 2023
|
|
|
|
@author: Edward Middleton-Smith
|
|
Company: Precision And Research Technology Systems Limited
|
|
|
|
Project: Braille Model Generator
|
|
|
|
Feature: advanced / comprehensive unit test procedure
|
|
"""
|
|
|
|
from .context import model_gen
|
|
|
|
model_gen.main.generate() |