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