Commit 6fa15043 by ajil.k

updated with new project structure.

parent aeaa656b
from scripts.services.main import shape from scripts.services.main import shape
# calling the service providing function "shape"
shape() shape()
"""import shapes from package 'shape'.""" # importing shapes from package 'handlers'.
from scripts.core.handlers.rectangle import Rect from scripts.core.handlers.rectangle import Rect
from scripts.core.handlers.square import Square from scripts.core.handlers.square import Square
from scripts.core.handlers.circle import Circle from scripts.core.handlers.circle import Circle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment