diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-06 11:00:20 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-06 11:00:20 +0300 |
| commit | 9fdb8523eec37799ad0f866b754ce34cddc2a64e (patch) | |
| tree | b8a0d8d12d2a9d1e443073c413ef1defd5fb4315 /krr.py | |
| parent | 40645cea1ca511fad07e629e867735d6c33f1086 (diff) | |
Add the example on using KRR as a library
Diffstat (limited to 'krr.py')
| -rw-r--r-- | krr.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -from robusta_krr import app +from robusta_krr import run if __name__ == "__main__": - app() + run() |
