Skip to content

Commit

Permalink
code abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Jan 19, 2024
1 parent 2c2470c commit d8932dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Empty file added aviaries/__init__.py
Empty file.
7 changes: 7 additions & 0 deletions runnables/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import sys

sys.path.append("..")


if __name__ == "__main__":
pass
Empty file added trajectories/__init__.py
Empty file.
Empty file added trajectories/test.py
Empty file.

0 comments on commit d8932dd

Please sign in to comment.