diff --git a/__init__.py b/__init__.py deleted file mode 100644 index fa54a447..00000000 --- a/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from .theropoda import * -from .trend_analysis import * \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 00000000..9b581de2 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,2 @@ +from .theropoda import * +from .trend_analysis import *