pypso/pso.py

7 lines
124 B
Python
Raw Normal View History

__author__ = 'dmy'
from reader import *
if __name__=='__main__':
ieeeData=IEEEData('IEEE4.dat')
print('Finished.')