This commit is contained in:
alihajiali 2024-12-26 12:15:40 +03:30
parent b2959d382f
commit d1fedc1b15
3 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
from .xl import *
from .test import *

1
test/__init__.py Normal file
View File

@ -0,0 +1 @@
from .main import test

2
test/main.py Normal file
View File

@ -0,0 +1,2 @@
def test():
print("hello world")