4 lines
97 B
Text
4 lines
97 B
Text
from one import OneClass, one_function
|
|
# then you may use
|
|
# one_function()
|
|
# object = OneClass()
|