Fixed imports to use package-reference
This commit is contained in:
parent
321472e717
commit
95568bf475
@ -1,9 +1,9 @@
|
|||||||
from time import sleep, time
|
from time import sleep, time
|
||||||
import env
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import pygame
|
import pygame
|
||||||
|
|
||||||
from observables import Observable, CnnObservable
|
from columbus import env
|
||||||
|
from columbus.observables import Observable, CnnObservable
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user