add #!/usr/bin/env python3

This commit is contained in:
Cezary Pukownik 2019-05-29 10:37:29 +02:00
parent 4aa5916346
commit e96c5562c4

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import tensorflow as tf import tensorflow as tf
import settings import settings
from tensorflow.keras import layers from tensorflow.keras import layers