upd README.md, refactor

This commit is contained in:
hashlag
2024-02-04 21:20:00 +03:00
parent d8a96bedbc
commit 59423546ea
10 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,3 @@
import sys
sys.path.append("../")
import neighbours as ns
import numpy as np

View File

@@ -1,6 +1,6 @@
import matplotlib.pyplot as plt
import neighbours as ns
import matplotlib.pyplot as plt
import numpy as np
import random
import math