added setup.py
created creational package moved singleton into its own python file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from pypatterns.creational_patterns import Singleton
|
||||
from pypatterns.creational.singleton import Singleton
|
||||
from tests.utils.dummy import dummy_class_factory
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user