This commit is contained in:
alihajiali 2024-12-26 12:18:14 +03:30
parent d1fedc1b15
commit 5a97d84c0f
3 changed files with 1 additions and 4 deletions

View File

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

View File

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

View File

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