add test
This commit is contained in:
parent
b2959d382f
commit
d1fedc1b15
@ -1 +1 @@
|
|||||||
from .xl import *
|
from .test import *
|
||||||
1
test/__init__.py
Normal file
1
test/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
from .main import test
|
||||||
2
test/main.py
Normal file
2
test/main.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
def test():
|
||||||
|
print("hello world")
|
||||||
Loading…
x
Reference in New Issue
Block a user