RosettaCodeData/Task/Include-a-file/Processing-Python-mode/include-a-file-3.processing-py

5 lines
97 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
from one import OneClass, one_function
# then you may use
# one_function()
# object = OneClass()