Skip to content

Commit

Permalink
updated the __init__.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharths8212376 committed Sep 8, 2019
1 parent 76e0a56 commit 273b5f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cg_algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

"""Top-level package for cg_algos."""
# adding the import statements
from circle_algorithms import circle_algorithms
from line_algorithm import line_algorithm
from ellipse_algo import ellipse_algo
from .circle_algorithms import circle_algorithms
from .line_algorithm import line_algorithm
from .ellipse_algo import ellipse_algo

__author__ = """Siddharth Suresh"""
__email__ = 'siddharth8212376@gmail.com'
Expand Down

0 comments on commit 273b5f6

Please sign in to comment.