Skip to content

Commit

Permalink
refactored and polished properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav-Ban22 committed May 23, 2022
1 parent fcef2d7 commit 37791d5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 26 deletions.
Binary file removed __pycache__/Anchor.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/orbitor.cpython-38.pyc
Binary file not shown.
25 changes: 0 additions & 25 deletions main.py

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion orbitor.py → orbilib/Orbitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


class orbitor:
class Orbitor:

def __init__(self, mass, dist, anchor):
if not type(anchor) == a.Anch:
Expand Down
2 changes: 2 additions & 0 deletions orbilib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Anchor
import Orbitor

0 comments on commit 37791d5

Please sign in to comment.