neural.py 98 B

1234567
  1. # Hold the network attributes
  2. class Network():
  3. def __init__(self):
  4. # TODO
  5. print("Created")