Added train catch to the blank network

This commit is contained in:
Jaret Burkett
2025-01-30 16:15:45 +00:00
parent 1188cf1e8a
commit e5355bf8d5
2 changed files with 4 additions and 1 deletions

View File

@@ -107,6 +107,9 @@ class BlankNetwork:
def __exit__(self, exc_type, exc_val, exc_tb):
self.is_active = False
def train(self):
pass
def flush():