KiBot/kiplot/kiplot.py

10 lines
87 B
Python

"""
Main Kiplot code
"""
class KiPlot(object):
def __init__(self):
pass