JEPL/jepl/jepl.py
2025-01-01 13:37:55 -04:00

17 lines
320 B
Python

'''
JMK Engineering Inc. Python Library for design and such.
by: Jeff MacKinnon
email: jeff@jmkengineering.com
'''
import sys
from .jepl_general import *
from .jeplpv import *
from .jepl_circuits import *
from .jepl_templates import *
from .jepl_safety import *
def Test():
print( "JMK Python Module works! !")