Initial commit

This commit is contained in:
2024-04-08 14:09:47 +01:00
commit 7b3ba10877
51 changed files with 6244 additions and 0 deletions

15
tests/test_basic.py Normal file
View File

@@ -0,0 +1,15 @@
# -*- 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: basic unit test procedure
"""
from .context import model_gen
model_gen.main.generate(7, 'A')