5 lines
114 B
Python
5 lines
114 B
Python
import neofarm.lib as neo
|
|
|
|
if __name__ == "__main__":
|
|
log = neo.Log.Seeding.get_list()[1]
|
|
print(log.notes) |