[simple] --> [easy]

This commit is contained in:
2021-01-18 23:43:05 +00:00
parent c15357f153
commit 64f2700499
12 changed files with 44 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
import math
import random
import numpy as np
from model.base_model import Model
class MyModel(Model):