8th day of python challenges 111-117
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# pylint: disable=missing-docstring
|
||||
from .dummy import DUMMY
|
||||
from .another import ANOTHER
|
@@ -0,0 +1,3 @@
|
||||
# pylint: disable=missing-docstring
|
||||
|
||||
ANOTHER = 42
|
@@ -0,0 +1,2 @@
|
||||
# pylint: disable=missing-docstring
|
||||
DUMMY = 42
|
Reference in New Issue
Block a user