updating documentation_test as example entrypoint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from documentation_test.documentation_test import *
|
||||
|
||||
__version__ = '0.1.0'
|
||||
__version__ = '0.2.11'
|
||||
|
||||
print('documentation_test __init__')
|
||||
|
||||
5
documentation-test/src/documentation_test/console/__init__.py
Executable file
5
documentation-test/src/documentation_test/console/__init__.py
Executable file
@@ -0,0 +1,5 @@
|
||||
import documentation_test
|
||||
|
||||
|
||||
def console():
|
||||
return documentation_test.testFunction(f'{documentation_test.__version__}')
|
||||
0
documentation-test/src/documentation_test/console/console.py
Executable file
0
documentation-test/src/documentation_test/console/console.py
Executable file
@@ -65,4 +65,4 @@ submod1.submod1('string from submod1 in base')
|
||||
submod2.submod2('string from submod2 in base')
|
||||
|
||||
|
||||
print(f'{__all__=}')
|
||||
# print(f'{__all__=}')
|
||||
|
||||
Reference in New Issue
Block a user