hibana2077 commited on
Commit
bd2e7cc
·
1 Parent(s): bbb7d49

add initial plot and main modules with necessary imports

Browse files
Files changed (2) hide show
  1. data/plot.py +3 -0
  2. main/main.py +1 -0
data/plot.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+ import matplotlib.pyplot as plt
3
+ import numpy as np
main/main.py ADDED
@@ -0,0 +1 @@
 
 
1
+ import os