Fix sub-imports

pull/538/head
Ibrahim Numanagić 2024-02-05 18:07:16 -08:00
parent 9993ddc3e4
commit a61ed7d164
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
print('a.sub')
def foo():
print('a.sub.foo')