1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-19 15:53:48 +02:00

fix relative imports

This commit is contained in:
Lukas Winkler 2021-04-05 18:01:04 +02:00
parent 940df1bfe1
commit 8b76806974
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,5 +1,5 @@
from constants import *
from math import *
from os_tools import *
from plotting import *
from simulation import *
from .constants import *
from .math import *
from .os_tools import *
from .plotting import *
from .simulation import *