JEPL/jepl/jepl.py
2024-12-13 15:47:10 -04:00

14 lines
235 B
Python

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