7 lines
124 B
Python
7 lines
124 B
Python
|
|
__author__ = 'dmy'
|
||
|
|
|
||
|
|
from reader import *
|
||
|
|
|
||
|
|
if __name__=='__main__':
|
||
|
|
ieeeData=IEEEData('IEEE4.dat')
|
||
|
|
print('Finished.')
|